--- layout: documentation title: Malloy Documentation footer: /generated/footers/examples/iowa/step6.html ---
Putting it all together we can write a dashboard
query: vendor_dashboard is { group_by: vendor_count is count(distinct vendor_number) aggregate: [ total_sale_dollars total_bottles ] nest: [ by_month by_class by_vendor_bar_chart top_sellers_by_revenue most_expensive_products by_vendor_dashboard is { top: 10 group_by: vendor_name aggregate: total_sale_dollars nest: [ by_month, top_sellers_by_revenue, most_expensive_products ] } ] }
Simply add some filters. Notice the sub-dashboard for each of the Vendors.
query: iowa { where: category_class = 'VODKAS' } -> vendor_dashboard[ { "vendor_count": 248, "total_sale_dollars": 755495862.3701135, "total_bottles": 70447619, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 610057.16 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 802949.4099999999 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 935417.8 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 988698.7400000002 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 938111.73 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 902035.6900000004 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 896318.0400000002 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 980946.7700000006 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 893080.9900000003 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 976248.3900000005 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 1018939.0200000004 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 1007704.9700000011 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 955948.0500000005 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 1152349.6600000008 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 1139967.6000000008 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 1035155.4400000006 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 1067074.1300000001 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 1087894.9100000004 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 1101532.0000000005 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 1096981.2900000003 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 1386355.59 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 863731.4899999998 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 1236165.59 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 1296151.4000000001 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 1182540.5000000005 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 1613062.2999999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 1173113.4700000002 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 1132063.4 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 1238239.7100000002 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 1072884.2100000004 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 1214136.0599999998 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 1272308.5300000003 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 1187809.7600000005 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 1141115.1600000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1580034.5499999989 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 968773.63 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 1244709.04 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 990731.3400000001 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 995239.1300000004 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 1577376.0799999991 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 1541959.3999999994 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 1682916.7899999996 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 1642773.7099999997 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 936511.55 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 965583.9800000006 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 1338893.6800000006 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 417664.5699999998 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 1055019.3599999999 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 975292.2500000003 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 1213524.6799999997 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 1460909.3599999996 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 1150477.7600000002 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 720803.4999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 949135.3800000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 957667.9899999999 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 967562.5399999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 966908.6100000002 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 975876.4100000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 1009914.9500000004 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 911923.5300000003 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 1022277.8000000004 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 992121.5200000003 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 1037159.8800000008 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 977889.1300000004 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 990155.8400000004 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 1253060.6700000006 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 1394217.5799999998 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 1065129.9800000004 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 1096815.3400000003 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 1128926.2100000004 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 1208798.7300000007 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 1087199.6000000008 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 1303872.6600000008 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 1352285.6500000006 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 1175720.1400000008 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 1712168.5300000005 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 545374.7300000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 1576071.4400000004 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1169665.5600000005 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 1239827.1000000003 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 1153773.0000000007 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 1142628.4300000006 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 1254123.7000000011 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 1315882.1600000004 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 1371907.6700000004 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 1191809.2600000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 1402540.71 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 1237366.1800000004 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 1083311.3900000001 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 1042117.3300000004 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 1013189.3100000006 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 2028703.7200000002 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 1676905.5800000005 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 1136790.2800000003 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 1106208.1000000003 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 1146542.7100000004 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 998563.4299999998 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 1107259.6199999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 1405018.2200000002 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 518166.0099999999 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 1239698.5600000005 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 1212513.3700000003 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 1527089.7800000003 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 1067739.9400000002 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 526297.1500000001 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 1251375.1999999997 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 942026.23 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 1087819.2 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 1445513.2200000004 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 1213523.07 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 1191991.2900000003 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 927626.4499999997 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 1074151.1699999997 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 1019538.5899999996 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 1036685.6799999999 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 1011984.8599999999 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 875695.9400000001 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 1244725.1100000006 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 1352006.2100000002 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 1110146.9200000002 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 1104121.7200000002 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 1226494.12 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 1166765.29 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 1149195.98 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 1508238.0600000003 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 901800.9899999999 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 1369870.45 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 1454289.2099999997 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 1163061.2000000007 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 2051090.6100000013 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 865895.84 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 1359086.9700000002 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 1262399.59 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 1184391.4700000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 1239043.8899999997 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 1488405.0999999994 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 1292664.7099999993 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 1230935.9499999995 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 1694207.6500000001 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 1048507.6400000001 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 1476388.4999999998 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 1213143.8499999996 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 1179902.1499999997 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 1331878.2899999993 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 1336439.56 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 1349867.2699999996 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 1292715.1899999997 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 1432844.69 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 1363555.27 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 857249.2399999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 1655662.9499999995 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 482052.8100000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 1399071.1799999995 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 1323951.34 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 1758627.239999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 1167258.88 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 756642.4500000002 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 1292448.43 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 1292708.2199999993 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 863319.98 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 1208448.2299999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 1169120.0099999998 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 1144309.1199999994 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 1013778.5999999997 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 1063103.6099999996 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 1219161.5399999998 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 1144696.4999999998 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 1313354.9900000002 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 1060562.3299999996 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 1295328.7 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 1196430.9599999997 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 1122482.1299999994 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 1162482.9399999997 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 1347745.1899999995 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 1313068.96 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 1295413.4799999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 1793576.389999999 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 911542.09 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 1476390.1 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 1324446.6099999996 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 1624455.0699999994 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 1987289.6999999993 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 1054528.3999999997 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 1453785.1699999995 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 1381683.9399999995 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 1194959.2799999993 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 1507955.43 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 1487950.9099999997 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 1230594.2499999998 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 1406911.0199999993 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 1512424.3099999991 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 1673350.33 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 1046464.9599999998 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 1415272.1400000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 1218042.0699999996 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 1594973.1699999992 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 1270651.1599999997 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 1293008.4899999998 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 1448370.7599999995 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 1307155.4299999997 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 1277339.3499999994 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 1231909.6099999996 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 1918186.119999999 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 505113.8300000001 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 1557857.3499999994 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 1467794.1199999996 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 1688396.1399999992 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 1375562.7699999998 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 991293.6699999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 1291819.1700000002 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 1288662.2299999995 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 740649.1999999998 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 1414912.1100000003 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 1241257.39 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 1148984.69 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 1203093.9399999995 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 1121430.3399999996 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 1157817.1399999994 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 1291148.54 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 1227460.3899999997 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1193828.21 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 1127600.2299999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 1411067.0200000005 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 1300264.77 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 1277326.9699999997 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 1386570.7000000004 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 1475407.0499999996 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 1406213.4499999995 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 1403961.549999999 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 1839081.7299999993 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 1059689.5699999998 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 1816493.029999999 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 1560479.99 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 1658252.72 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 2141222.929999999 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 1114114.2599999998 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 1787180.039999999 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 1281003.7099999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 1598790.7 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 1555833.8699999996 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 1720587.7499999995 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 1419790.2999999993 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 1434895.8599999996 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 1456776.7599999998 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 1238226.38 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 1740826.2699999993 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 1348225.3699999996 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 1336487.64 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1548858.0499999993 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1350933.9799999997 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1388124.6699999997 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1466326.9099999992 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1497900.9599999993 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1464042.6799999992 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1557808.6399999987 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 878565.0599999998 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1559568.2699999996 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 1488349.9099999992 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1483935.7799999996 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1851718.7799999984 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1477186.5899999994 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 937240.3699999999 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1155371.8899999997 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1082666.1599999995 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1126024.5999999994 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1279726.1199999994 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1794573.3200000003 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1431449.1299999997 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1260699.85 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1273477.9099999997 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1427848.0799999991 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 1281579.3099999996 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 1192366.6499999997 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 1265999.5999999996 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 1443393.51 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 1557445.7699999998 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 1234890.4599999993 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 1403131.96 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 1412970.4899999995 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 1530933.209999999 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 1538202.3399999996 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 1661034.7099999997 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 1246314.0199999998 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 1946892.5799999996 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 1887445.2199999995 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 1544239.9500000004 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 2001794.2199999993 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1540688.2600000002 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 1575162.8699999994 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 1672802.4300000002 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 1671154.4499999997 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1557519.5299999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 1554437.14 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 1710446.0799999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 1489796.3899999997 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 1918755.7699999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 1538710.8199999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 2098250.5500000003 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 1406450.0899999992 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 1433475.01 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 1619535.48 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 1540854.9699999995 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 1450473.8299999998 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 1661436.66 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 1362506.6699999992 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 1601010.3499999999 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 1506249.2499999995 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 786168.2799999998 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 1775279.9999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 1762823.42 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1560693.0899999996 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 1928616.67 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 1285878.2899999996 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 855750.0899999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 1345639.8599999994 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1184391.0099999993 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1253733.46 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1311942.6599999995 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1573640.0399999998 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 1173373.0599999994 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1234199.4099999995 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1412634.3499999992 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1575281.1599999995 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1287884.1899999992 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1286710.5299999993 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1386264.5099999995 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1572629.0599999991 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1531975.949999999 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1388023.0499999996 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1539217.5699999994 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1657541.4199999992 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1646760.7099999993 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1544992.0799999994 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1996714.7299999988 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1408580.209999999 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 1942108.0599999994 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 1715222.3899999994 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 1612151.7599999995 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 2358493.869999999 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 1240801.1299999997 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 1888665.8799999997 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 1739336.9199999992 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 1924859.3299999991 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 1924568.7499999993 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 1638248.93 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1635757.2899999989 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1598749.2699999993 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 2009566.5399999989 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 1642087.1399999994 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 1947456.9399999995 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 1480072.9400000004 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 1485256.5799999996 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 1669819.4199999995 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 1568478.7399999995 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 1522803.6699999997 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 1600438.3199999996 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 1349538.5599999996 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 1686886.7699999993 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1794088.4899999993 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 993592.88 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 2065629.3599999992 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1871408.99 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1781622.2099999988 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2127304.7099999986 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1444766.4299999995 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1240514.0699999994 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1396530.4699999995 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1229163.21 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1230462.4199999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1314316.9299999997 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1464067.6099999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1325781.869999999 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1334718.7199999995 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 1410933.1499999997 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 1553551.53 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 1260367.4699999997 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 1233597.7899999996 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 1233620.7399999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 1454370.4399999995 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 1355612.9999999998 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 1379327.6599999992 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 1624580.8099999994 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 1651608.3899999992 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 1749864.4399999995 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 1914397.8999999997 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 1791550.4100000006 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 1799083.2299999993 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 1915570.9299999997 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 1937157.0799999996 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 1723517.9499999995 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 2447424.149999999 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 1672593.7999999993 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 1616541.2899999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 1663785.6099999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 1548257.6199999999 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 2000180.88 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 1693890.2399999988 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 1613079.1099999992 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 1645313.9 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 2166565.2599999993 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 1795315.3299999994 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 1667229.3899999994 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 1390611.0699999991 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 1799756.9299999995 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 1592402.8599999992 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 1702401.4399999995 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 1793887.7399999995 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 1499730.4000000004 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 1625311.8199999996 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 1562676.0299999996 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 1697867.2599999988 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 1568520.6599999995 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 1391569.5999999996 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 1402811.4099999997 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 1565668.6399999997 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 1714977.99 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 1580677.1500000001 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 1260577.2299999995 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 1332598.1499999997 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 1164794.7999999996 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 1370637.8999999997 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 1330522.0299999996 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 1494300.13 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 1368096.9899999998 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 1448239.1899999997 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 1564013.1799999995 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 1546500.92 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 1470475.3799999994 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 1766446.59 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 1678451.5000000005 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 1400781.7899999998 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 1978893.2500000005 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 1658954.5499999996 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 1626472.0299999998 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 1642681.7999999998 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 1777133.0399999996 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 1802805.9499999997 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 1718192.35 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 1793644.3699999999 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 1715798.41 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 1712610.69 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 1905071.3400000003 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 2167119.3 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 2031548.59 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 1779654.6100000006 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 1607447.6700000002 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 1656557.3299999996 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 1776925.7899999996 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 2151951.3899999997 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 1687304.4099999997 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 1999769.4300000002 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 2080794.0499999998 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 1927994.3199999996 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 1718718.5099999993 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 2076145.7499999995 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 2423590.3799999994 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 2030624.37 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 2275629.630000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 1644127.94 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 1425573.75 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 1536641.2399999998 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 1560800.98 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 1377425.6799999997 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 2060206.8399999996 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 1219386.0299999996 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 1415796.91 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 1648787.6999999993 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 1816392.7099999997 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 1665695.2899999998 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 1310386.5699999996 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 1561041.2999999993 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 1430170.2499999988 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 1494548.589999999 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 1558670.15 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 1718887.1199999994 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 1474008.4899999993 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 1404477.4299999997 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 1620603.5399999998 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 1447442.9299999992 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 1704307.4599999995 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 1639430.9399999992 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 1714086.239999999 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 1559090.8499999996 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 1747582.539999999 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 1592654.3399999994 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 1872548.0699999996 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 1647991.7899999996 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 2026971.8499999994 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 1668351.2399999998 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 1861867.8199999998 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 1856951.4399999997 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 1784185.37 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 1743445.9299999997 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 2056084.1199999994 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 2064708.4099999997 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 2184168.7299999995 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 2249285.0699999994 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 1606891.8399999992 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 1863310.39 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 1673253.3799999992 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 2035353.9599999995 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 1764781.0299999996 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 2043449.1199999992 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 2426325.2799999984 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 1934234.2099999993 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 1731254.58 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 1791020.6199999992 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 1562025.0499999993 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 1738698.0699999994 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 1979267.4299999992 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 2062561.5399999993 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 1638465.079999999 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 1581717.399999999 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 1781000.989999999 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 2072179.9599999993 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 2542559.44 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 1543809.7299999993 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 1465260.0599999994 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 1892868.4099999992 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 1663272.7299999993 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 1721108.2099999995 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 1521435.2399999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 1833174.9599999997 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 1341562.4899999993 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 1284237.4699999995 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 1305259.0099999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 181771.81000000006 } ], "by_class": [ { "category_class": "VODKAS", "total_sale_dollars": 755495862.3701133, "item_count": 1925 } ], "by_vendor_bar_chart": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.86000279, "total_bottles": 5819791 }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999794, "total_bottles": 7277515 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.69999359, "total_bottles": 3175023 }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.78999679, "total_bottles": 4907490 }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.580003455, "total_bottles": 6908155 }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.739999894, "total_bottles": 1445585 }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.430000063, "total_bottles": 3858027 }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.590001803, "total_bottles": 2251821 }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.000001322, "total_bottles": 4075693 }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.10999849, "total_bottles": 4430370 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000328, "total_bottles": 5411147, "avg_price_per_100ml": 1.896035487110813 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.73000189, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650457 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.13999934, "total_bottles": 1538497, "avg_price_per_100ml": 2.209161023991875 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.03999998, "total_bottles": 1119844, "avg_price_per_100ml": 3.5148016139297455 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.47999914, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897888 } ], "most_expensive_products": [ { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T.51 Premium Vodka Mini", "total_sale_dollars": 11481.12, "total_bottles": 67, "avg_price_per_100ml": 342.72 }, { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T. 51 Premium Vodka Mini", "total_sale_dollars": 7197.119999999998, "total_bottles": 42, "avg_price_per_100ml": 342.72 }, { "vendor_name": "Heaven Hill Brands", "item_description": "Deep Eddy Vodka Mini", "total_sale_dollars": 151.2, "total_bottles": 2, "avg_price_per_100ml": 151.2 }, { "vendor_name": "JDSO INC / Red Boot Distillery", "item_description": "Blue Ox Vodka Mini", "total_sale_dollars": 35010, "total_bottles": 778, "avg_price_per_100ml": 90 }, { "vendor_name": "Foundry Distilling Company, LLC", "item_description": "Okoboji Vodka Mini", "total_sale_dollars": 495, "total_bottles": 11, "avg_price_per_100ml": 90 }, { "vendor_name": "SAZERAC COMPANY INC", "item_description": "Platinum 7X Vodka Candy Cane", "total_sale_dollars": 3645, "total_bottles": 81, "avg_price_per_100ml": 90 }, { "vendor_name": "Hawaii Sea Spirits LLC", "item_description": "Ocean Organic Vodka Mini", "total_sale_dollars": 135, "total_bottles": 3, "avg_price_per_100ml": 90 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.4500000000007, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615382 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000015, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857144 } ], "by_vendor_dashboard": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.8600028, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 3622.73 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 1759.03 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 916.4099999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 1598.33 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 13299.220000000001 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 6087.670000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 3972.7400000000007 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 5184.500000000002 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 5263.080000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 4167.849999999999 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 4948.56 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4993.57 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 4414.01 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 5463.220000000002 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 12434.350000000002 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 6094.160000000003 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 349.99 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 8060.4400000000005 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 8662.250000000004 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 8828.320000000002 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 11601.670000000002 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 5448.730000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6801.230000000002 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 12184.990000000005 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 11859.370000000004 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 8345.130000000001 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 10447.840000000002 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 8468.79 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 15275.390000000005 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 9291.800000000001 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 10074.000000000004 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 4789.14 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 21550.720000000005 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 6029.640000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1609.2 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 15638.370000000003 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 21765.09 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 11322.890000000003 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 11190.540000000003 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 13350.340000000002 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 12070.749999999998 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 29040.59 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 13611.419999999996 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 8717.310000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 12047.469999999998 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 20901.790000000005 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 2337.7200000000003 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 12167.19 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8290.45 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 12471.060000000001 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 19628.670000000002 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 21014.540000000005 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 6990.509999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 13208.370000000003 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6553.74 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 9674.900000000001 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 7868.020000000004 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 13852.51 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 10024.28 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 9848.840000000002 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 9578.05 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 8978.920000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 11343.63 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 10038.730000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 22702.120000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 17117.790000000008 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 14004.84 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 12136.19 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 12442.000000000004 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16591.37 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 26541.67 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11820.890000000003 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 17188.899999999998 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 19697.020000000004 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 19914.730000000003 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 26593.779999999995 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 7295.130000000002 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 34153.90000000001 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 22290.300000000007 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 29104.19 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 26863.570000000003 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 24489.36 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 29719.120000000006 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 36119.42 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 24783.69000000001 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 17669.630000000005 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 22504.760000000002 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 31324.76 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 34332.200000000004 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 27988.120000000006 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 34978.62000000001 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 35924.24999999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 21041.300000000014 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 24448.190000000006 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 17104.56 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 20197.109999999997 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 30576.519999999993 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 26725.52 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 40069.439999999995 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 17065.8 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 22517.140000000003 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 37681.84 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 35852.619999999995 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 29817.12 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 11341.38 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 80034.95999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 21943.639999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 22948.660000000003 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 106728.28 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 50491.71999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 19185.000000000004 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 40700.409999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 25657.250000000004 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 21989.79 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 34158.670000000006 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 24188.519999999993 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 22057.379999999997 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 32232.400000000005 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 41767.87 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 36395.7 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 24815.210000000006 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 35082.88 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 41896.8 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 29137.350000000006 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 38182.48 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 22131.030000000002 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 51417.97 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 46226.979999999996 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 33827.49 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 73068.39 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 35264.1 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 77750.51999999999 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 39884.270000000004 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 36385.73999999999 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 51799.23999999999 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 38671.990000000005 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 45581.09 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 35276.329999999994 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 50065 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59156.310000000005 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 73787.2 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 56059.170000000006 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 31909.869999999995 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 49395.24999999999 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 41498.93 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 47614.310000000005 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 49523.72000000001 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 59494.83 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 49519.51 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 30376.53 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 64872.55 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 16570.22 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 71436.98 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 39736.630000000005 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 71394.54999999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64008.54 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 34312.64 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 56510.280000000006 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 49061.03 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 58401.71999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 49161.619999999995 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 97903.23 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 50371.23 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 39561.18 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 38943.08000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 37950.26000000001 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 72984.08999999998 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 47798.92000000001 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 58584.520000000004 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 56694.359999999986 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 80418.55000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 34427.310000000005 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 46613.09999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 69474.81999999999 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 84215.23 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 74770.71000000002 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 97438.71 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47348.44 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 87727.85999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 80448.23 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 91578.42000000003 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 87946.87000000004 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 58888.59000000001 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 102026.75000000001 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 104404.44000000002 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 58473.939999999995 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 95092.71000000002 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 65669.79000000001 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 60474.4 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 84024.01999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 102036.77 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 88313.45000000003 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 124410.96 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 81588.80999999998 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 33736.96 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 163644.31 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 19643.879999999994 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 19817.879999999994 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 196218.47000000003 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 68045.34999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 81782.70000000001 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 109423.81000000003 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 87111.84000000001 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 30320.840000000004 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 114854.68000000001 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 123974.99999999999 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 135709.86 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 78400.67999999996 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 70712.96 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 80890.48 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 93546.29000000001 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 47578.840000000004 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 115429.48000000001 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 112756.46999999997 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82968.22999999998 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 95338.79999999999 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 74390.84000000001 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74815.21000000002 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 81838.92000000001 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 77393.97000000002 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 73388.67 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64586.21000000002 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 153176.02 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 124585.25 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 102778.23999999998 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 91431.70000000001 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 95616.66999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 120420.03000000003 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 104512.43000000002 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 167123.96 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 113773.56999999998 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 219945.68000000008 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 160817.62999999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 132732.16 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 171181.68000000002 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 139991.13 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 192551.49000000002 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 132231.27 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 186251.83 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 109065.41999999998 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 120164.64000000004 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 132322.77 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 137768.36000000002 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 194251.40000000005 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 217452.43000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 236367.52000000005 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 166984.58 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 214934.93000000005 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 89620.47000000002 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 99586.34000000003 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 127869.91999999995 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 105883.35999999996 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 150089.99999999997 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 152488.10000000003 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 167136.36000000004 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 84107.86999999998 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 192848.76999999996 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 103509.21999999999 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 136825.46000000002 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 141472.49000000005 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 151173.00999999998 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 107462.31999999999 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 110892.06000000004 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 107346.05999999998 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 64925.09 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 239713 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 534698.3800000001 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189998.81 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 183873.76000000004 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 125301.34000000001 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 110897.74000000003 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 99296.46999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99851.20000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 100757.54000000001 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 201192.55 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 226669.77000000005 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 147368.16000000003 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 170572.30999999997 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 126204.24999999999 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 161646.06 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 211414.44 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 173826.59000000003 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 171537.02000000002 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 327095.52 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 282327.69000000006 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 152235.10000000003 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 309457.29000000015 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 241247.45999999996 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 152103.25000000003 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 321849.4800000001 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 315180.57000000007 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 204524.6 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 195098.85000000006 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 184212.78999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 197359.49 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 279620.68999999994 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 273876.2800000001 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 396082.5900000001 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 278294.24000000005 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 292405.51999999996 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 139900.93 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 155519.83000000002 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 177650.05 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 184054.77000000002 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 282315.53 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 293834.5800000001 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 267542.79 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 132380.97999999998 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 509334.1099999999 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 185603.47000000003 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 146903.14 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 249814.15000000005 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 164112.46000000002 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 121446.00000000003 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 211458.87 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 164439.57999999996 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 196585.7 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 282284.86000000004 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 319682.68000000005 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 178727.86 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 146038.38999999998 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 310034.8400000001 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 176696.39000000004 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 159571.69 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 178215.16000000003 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 154964.31 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392651.61000000004 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 256003.33000000002 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258629.02000000002 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 319676.99999999994 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 272718.2200000001 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 224511.25999999998 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 248257.94000000003 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 374632.93000000005 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231912.72 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 462075.44000000006 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 242999.51000000007 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 387296.5600000001 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 437434.2400000001 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 322723.1199999999 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 458097.33000000013 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 294911.06 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 499831.9 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 385946.18999999994 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 245530.25000000006 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270903.20999999996 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 246162.27000000002 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 339881.8900000001 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 357720.6599999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 357522.2400000001 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 267830.25000000006 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 431637.5 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 240476.05000000008 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 218262.41999999995 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 225524.84000000005 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 251832.04 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 254565.88000000003 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 401295.6400000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 447837.20000000007 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 171664.28 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 586642.2200000001 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 191100.08 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 252339.96 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 313074.01 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 248614.66999999998 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 273623.77 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 253460.7800000001 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 217828.09 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 191949.95 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 270533.11000000004 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 310408.13000000006 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274738.21 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 246687.48999999996 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 316445.49 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 275645.46 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 250177.94999999995 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 239383.80000000002 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 228989.10000000006 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 283467.77000000014 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 292520.76 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 324636.82999999996 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 431267.42 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 340177.84 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 374416.43000000005 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 402882.3800000002 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 373904.3100000001 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 363843.9400000001 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 432977.1100000001 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 423992.1600000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 349238.73000000004 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 610410.9800000001 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 347310.4900000001 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 310343.03000000014 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 341916.26999999996 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 390708.73 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 603399.9600000003 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 477755.18000000005 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 405717.04999999993 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 348158.0800000001 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 507989.23999999993 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 329040.11999999994 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 299278.52 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 315570.84 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 423795.54999999993 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 293379.14 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 317597.48000000004 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 361312.51000000007 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 269301.3 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 328309.81000000006 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 354381.75000000006 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 535131.2200000001 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 331882.7500000002 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 275215.63 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 288165.56000000006 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 328821.2899999999 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 394831.1100000001 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 407958.1100000001 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 270466.4300000001 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 278447.52999999997 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 240521.40999999995 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 332381.77999999997 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 291686.51999999996 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 407718.2700000001 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 322037.81000000006 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 408217.33999999997 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 419336.63 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 306954.04 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 312799.13000000006 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 403380.2800000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 322953.75 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 279775.35 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 601817.6000000001 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 318202.4700000001 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 342771.95999999996 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 343486.73 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 573106.2200000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 520582.8400000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 415876.36000000004 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 528224.8700000001 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 326341.97 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 435539.6300000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 594673.71 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 628956.5 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 580878.7399999999 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 381741.29 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 347782.48000000004 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 374135.0400000001 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 487223.7199999999 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 814673.0399999999 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 476564.23 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 502197.26 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 700935.9099999999 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 487966.41000000003 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 394918.7099999999 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 692011.4 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 1057360.76 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 479528.9799999999 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 1032597.8200000002 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 359408.16 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 283111.6999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 413884.51000000007 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 323623.2 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 253425.38 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 908536.0099999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 228336.77999999997 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 260715.46000000002 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 297915.94000000006 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 409277.1600000001 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 407353.8300000001 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 318935.5900000001 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 395235.38 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 304543.61 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 333025.1600000001 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 353291.2299999999 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 501186.6300000002 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 374531.17000000004 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 336111.24999999994 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 460818.9400000002 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 339669.69000000006 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 424218.08999999997 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 388670.66 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 368995.76 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 363324.15000000014 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 428857.98000000004 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 385498.14999999997 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 628556.7000000003 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 420052.7300000001 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 715173.95 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 474222.6099999999 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 592457.15 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 529982.3300000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 517075.18000000005 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 460784.86 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 712960.45 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 634445.4400000003 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 637790.9800000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 711829.5099999998 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 411437.87000000005 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 429693.4700000001 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 443000.6699999999 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 757821.4799999999 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 568790.3099999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 766946.6999999998 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 1033341.8799999999 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 582175.5300000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 399941.82 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 398733.85 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 343994.2200000001 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 362752.73000000004 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 670952.78 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 820969.1800000004 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 382308.20000000007 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 336627.05000000005 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 420061.09999999986 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 580656.3899999999 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 1169586.9999999998 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 351531.99 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 372815 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 411534.7100000001 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 366086.70999999996 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 417339.20000000007 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 383126.5200000001 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 709751.88 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 295578.25999999995 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 293764.07 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 333374.5999999999 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 44334.55 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000331, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108132 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.399999983, "total_bottles": 334610, "avg_price_per_100ml": 1.9301075699873051 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.0000000023, "total_bottles": 49432, "avg_price_per_100ml": 39.53480067723566 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.60000000044, "total_bottles": 24602, "avg_price_per_100ml": 6.329996463306808 } ], "most_expensive_products": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.0000000023, "total_bottles": 49432, "avg_price_per_100ml": 39.534800677235665 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.6000000004, "total_bottles": 24602, "avg_price_per_100ml": 6.329996463306809 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.399999984, "total_bottles": 334610, "avg_price_per_100ml": 1.9301075699873056 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.8600033, "total_bottles": 5411147, "avg_price_per_100ml": 1.896035487110813 } ] }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999791, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 120211.75000000001 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 145696.27999999997 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 178991.09000000003 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 198290.23999999996 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 199675.31000000006 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 184886.09999999998 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 170926.92000000007 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 221957.57 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 184013.52000000002 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 216996.7400000001 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 198270.10999999996 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 205198.18000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 204795.66 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 207066.97 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 190911.64 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 226054.52999999994 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 231596.89 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 210583.7 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 224913.15 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 227904.86000000002 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 319820.87999999983 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 182984.79 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 291860.99999999994 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 349107.40999999986 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 293418.0199999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 333042.1199999999 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 231841.72999999998 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 245901 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 239048.76999999993 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 235555.97999999995 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 238802.97 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 250139.83999999997 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 230844.84999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 240344.56 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 316549.17999999993 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 251164.8699999999 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 351059.50999999995 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 243641.34000000005 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 228168.04 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 270441.44999999984 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 258432.58999999997 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 315548.38000000006 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 288347.77999999997 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 190826.78000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 212570.78999999995 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 272884.4399999999 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 114524.76999999997 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 258994.49 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 194422.34999999995 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 267484.17 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 289874.79 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 261920.0499999999 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 150829.05999999997 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 208166.06 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 180561.46000000002 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 181806.40999999997 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 208371.03999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 205873.36000000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 233603.02000000002 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 181546.43 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 189517.91000000003 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 205658.65 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 242779.36 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 199200.55000000005 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 199314.99999999997 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 202059.63999999996 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 306781.7199999999 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 221321.33 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 271408.22000000003 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 225894.28999999995 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 216246.69999999992 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 218377.18999999997 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 258169.6999999999 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 256093.86999999988 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 220917.29999999996 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 364751.2799999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 149745.13999999998 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 326660.51999999984 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 267566.29999999993 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 261569.31999999983 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 279220.29999999993 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 294216.3099999999 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 286668.1799999999 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 263471.64999999985 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 242242.24999999988 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 298252.55000000005 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 300452.56999999983 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 259065.48999999996 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 247897.8699999999 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 213910.1699999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 223146.39999999985 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 370266.4499999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 397041.51999999996 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 320564.93999999994 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 196730.29999999993 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 263816.11 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 209662.92 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 238922.82999999993 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 244168.3899999999 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 102289.95000000001 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 362492.5399999999 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 288174.73999999993 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 338723.41999999975 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 238754.06999999992 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 106153.31999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 259729.91999999987 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 220219.88999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 188385.13999999993 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 234159.93 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 196903.98 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 286065.65999999986 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 197291.64999999997 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 223145.62 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 213494.94999999998 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 206542.27999999994 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 222697.30999999994 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 184662.42999999993 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 272732.1599999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 320388.8099999999 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 241385.22999999995 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 256495.45999999993 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 267688.88999999996 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 221348.34 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 225887.35999999996 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 286154.53999999986 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 169720.02 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 304012.8399999999 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 324934.8499999999 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 264096.7199999999 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 487960.7899999998 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 170331.27 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 272781.73999999993 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 271729.1399999999 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 247954.16999999995 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 248352.41999999993 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 248274.9800000001 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 243492.58000000013 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 217728.1500000001 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 334044.7600000001 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 257450.14 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 308517.56000000006 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 270676.32000000007 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 258635.3000000001 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 299896.92000000004 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 255739.52000000005 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 375394.72 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 234104.33000000007 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 271611.76000000007 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 265148.06000000006 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 162120.14000000004 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 334411.4800000001 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 99737.74000000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 269758.7400000001 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 335063.63000000006 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 329299.65 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 235541.97000000003 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 146800.44000000003 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 268866.96000000014 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 243621.4100000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 170092.86000000002 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 239081.60000000006 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 213005.61000000007 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 198877.92000000004 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 226507.8800000001 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 208254.89 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 248438.0300000001 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 231581.75000000012 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 289884.2200000001 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 244355.11000000007 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 245870.33000000016 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 234995.9000000001 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 221867.1400000001 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 230744.44 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 265243.7600000001 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 270014.8000000001 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 264576.8600000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 408102.2300000001 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 228900.14000000007 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 312798.85000000015 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 250728.2200000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 338441.4200000001 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 407396.95000000036 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 233863.59000000008 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 290295.8700000002 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 285014.0200000001 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 270665.49000000005 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 321224.42000000016 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 304587.88 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 223906.69000000006 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 258681.46000000008 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 278748.9900000001 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 351824.27999999997 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 200984.03 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 250275.88000000012 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 239665.37000000005 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 317590.8500000001 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 254442.85000000012 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 278624.45000000007 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 246797.26000000004 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 243203.71000000005 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 229243.05000000016 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 223821.59000000003 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 404748.5600000002 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 103161.85999999999 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 316150.7200000001 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 390047.57000000007 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 336753.2500000001 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 297013.85000000003 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 192006.1600000001 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 283980.6100000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 257821.88000000006 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 166813.12 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 265247.45 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 255149.12000000008 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 238734.38000000015 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 224490.2900000001 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 202839.45 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 215056.33000000005 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 285874.53 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 162229.98000000007 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 210992.07000000007 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 233394.60000000012 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 263621.2000000001 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 273008.09000000014 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 229024.97000000012 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 259808.21000000008 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 330636.2500000001 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 292925.88000000006 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 304079.49000000017 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 356624.3400000001 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 187407.89000000004 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 328141.6000000001 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 287124.71000000014 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 315934.3900000001 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 405472.4600000001 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 212606.51000000004 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 304890.3900000002 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 287893.75000000006 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 332316.3800000001 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 259569.6800000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 348903.66000000015 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 257788.8300000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 244011.92000000013 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 279837.26000000007 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 228105.8700000001 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 309036.09 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 278166.7 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 255651.20000000004 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 10371.05 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 3371.0599999999995 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 3382.2100000000005 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 2339.96 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 4137.57 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3114.34 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 6828.860000000001 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 773.47 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 2428.1600000000003 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2111.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 7015.630000000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 4258.790000000001 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1729.52 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 1409.6200000000003 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2483.28 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1095.1899999999998 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 934.2800000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1168.17 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 2406.17 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1484.77 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1535.4000000000003 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 2922.3300000000004 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1283.4099999999999 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90119.48000000003 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 197408.51000000007 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 210577.84000000003 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 232950.4500000001 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 270504.07000000007 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 216629.4000000001 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 210855.38000000003 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 319971.5400000001 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 346566.5400000001 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 305643.46000000014 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 340920.23000000004 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 253328.94000000012 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 287599.5600000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 283142.60000000015 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 264526.23000000004 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 310275.59 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 261193.2300000001 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 306231.4700000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 270497.6500000001 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 260113.70000000013 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 240409.46000000008 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 241168.4200000001 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 273379.67000000016 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 244071.6500000001 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 269725.8400000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 282593.6800000001 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 417055.75000000006 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 243103.75000000006 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 243729.48000000007 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 307090.1300000001 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 297607.72000000003 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 275044.0900000001 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 261682.2200000001 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 168794.43 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 214479.83000000005 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 270366.10000000015 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 136712.91 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 238155.64000000013 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 379692.35000000003 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 416858.99000000005 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 330492.33000000013 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 133496.09000000003 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 958.4099999999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 4111.49 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 878.3299999999999 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 5292.85 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 824.3599999999999 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1317.6100000000001 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 751.2 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 768.49 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1588.11 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1219.88 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1221.19 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1012.73 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1557.6200000000001 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1593.0299999999997 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1779.84 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1673.48 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 990.72 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 788.43 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 4288.81 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1596.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1018.3799999999999 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 866.9099999999999 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 70317.98 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 357775.6900000002 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 229953.77000000008 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 385888.2300000002 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 165010.1 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 281494.4900000001 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 234483.7 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 242801.16000000012 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 107480.35000000002 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 7033.45 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 498.34 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1108.01 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1520.84 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 198795.03000000006 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 234111.99 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 236284.12000000005 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 199036.92000000013 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 364766.9399999999 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 327643.8900000001 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 341343.0600000001 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 331643.23000000016 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 240933.81000000006 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 79689.93000000002 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1052.7 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1826.8099999999997 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1716.76 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 7216.89 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1331.23 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2397.9300000000003 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 646.07 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 2475 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1043.8500000000001 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 984.8899999999999 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 455.83 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 330.02 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 331.55999999999995 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1308.27 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1062.6999999999998 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 26942.860000000004 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 304716.4900000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 212509.86000000004 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 205471.77 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 190835.94999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 192251.18000000002 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 194596.42000000007 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 213274.57000000004 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 212998.34000000005 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 243307.05000000008 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 286066.6600000001 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 311404.7000000001 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 324707.68000000005 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 301029.1900000001 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 245325.4200000001 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 234873.44000000012 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 208979.35 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 264517.99000000005 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 272278.2900000001 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 275823.1500000002 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 244362.33000000007 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 242937.44 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 174656.64000000007 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 195918.82000000004 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 168420.83000000005 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 170752.56 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 235399.61000000002 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 224901.69000000015 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 225677.84000000003 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 267327.5100000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 206457.62000000008 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 247171.91000000006 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 315857.7000000001 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 352272.6700000001 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 306337.9900000001 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 334131.42 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 205548.69999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 222984.11000000002 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 227759.43000000005 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 242807.0600000001 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 251647.55000000008 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 233651.9000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 247090.20000000013 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 268700.6900000001 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 298792.9400000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 246920.86000000007 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 243115.43000000002 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 250001.11000000013 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 290025.28 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 193775.11000000002 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 241974.04000000007 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 257821.08000000005 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 247170.52000000014 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 258736.1400000001 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 248640.9900000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 245143.75000000006 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 277122.7100000001 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 276882.87000000005 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 244613.54000000015 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 249263.14000000007 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 229441.4700000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 211850.79000000004 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 216429.80000000008 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 226378.37 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 193131.22000000006 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 178019.80000000002 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 36023.78 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 131138.26 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 224247.8800000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 262828.7500000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 258196.76000000007 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 257975.5200000001 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 231164.79000000007 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 247288.33000000005 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 298483.07000000007 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 374876.62 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 214203.73000000007 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 259657.09000000003 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 279410.9800000001 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 241762.23000000007 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 212504.30000000008 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 233171.63000000015 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 229130.8100000001 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 269206.1900000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 246254.9200000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 226301.2500000001 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 237745.67000000007 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 270588.08999999997 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 162262.50999999998 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 232148.04000000007 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 228750.5400000001 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 182892.5700000001 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 177458.22999999998 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 180290.82 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 30398.39 } ], "top_sellers_by_revenue": [ { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf", "total_sale_dollars": 15838332.72000014, "total_bottles": 1400887, "avg_price_per_100ml": 1.62434565149487 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff 80prf", "total_sale_dollars": 10474746.609999925, "total_bottles": 987019, "avg_price_per_100ml": 1.6644266096547464 }, { "vendor_name": "Diageo Americas", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 8996519.920000019, "total_bottles": 358335, "avg_price_per_100ml": 2.506913132409081 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf Pet", "total_sale_dollars": 6918132.590000013, "total_bottles": 315947, "avg_price_per_100ml": 1.2497906586416647 }, { "vendor_name": "Diageo Americas", "item_description": "Popov Vodka 80 Prf", "total_sale_dollars": 3807769.960000013, "total_bottles": 460919, "avg_price_per_100ml": 0.873406375067955 } ], "most_expensive_products": [ { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.45, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615384 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Red, White & Berry Mini", "total_sale_dollars": 11658.399999999996, "total_bottles": 1040, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 5033.290000000001, "total_bottles": 449, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Peach Lemonade Mini", "total_sale_dollars": 8407.499999999998, "total_bottles": 750, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 11669.61, "total_bottles": 1041, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 30087.639999999996, "total_bottles": 2684, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 6423.330000000002, "total_bottles": 573, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 205.92, "total_bottles": 24, "avg_price_per_100ml": 19.79 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pineapple Mini", "total_sale_dollars": 1267.08, "total_bottles": 144, "avg_price_per_100ml": 18.475 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Green Apple Mini", "total_sale_dollars": 823.68, "total_bottles": 96, "avg_price_per_100ml": 17.16 } ] }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.699993566, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 71241.81999999999 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 86075.33000000003 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 170674.83999999994 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 150361.83000000002 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 92132.49 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 118880.23 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 110760.88 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 105553.66999999998 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 91758.30999999998 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 90139.56999999999 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 135369.50999999998 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 100303.41999999997 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 104207.40999999999 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 126936.85999999996 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 140091.01 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 128563.76999999997 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 123352.69 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 127801.37 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 130454.20999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 130001.95999999999 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 181255.93999999994 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 124620.00000000003 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 156506.27999999997 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 139309.8 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 151870.27999999997 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 228194.9099999999 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 168352.16000000003 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 143959.06000000003 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 224647.19 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 150261.99 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 128020.00000000003 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 174464.42999999993 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 155264.00999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 119268.45000000003 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 205081.10000000003 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 110799.84 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 128333.52999999998 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 113934.62000000001 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 108734.20000000001 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 195746.02999999997 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 194151.02 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 200001.77999999994 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 306300.30999999994 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130133.03000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 104058.94000000003 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 155245.68000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 44052.689999999995 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 155264.45999999996 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 129747.6 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 173986.68000000005 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 202964.97999999998 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 135896.18999999997 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 86367.61000000002 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 91535.19 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 111117.74000000002 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 121133.55 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 104349.48000000003 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 119762.54000000001 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 172772.35 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 109709.36 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 168108.74 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 103608.8 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 111025.85000000002 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 115312.18000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 136907.53000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 116808.01 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 139130.52999999997 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 110194.73 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 123504.95999999999 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 128552.61000000002 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 137192.76 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 137144.61000000002 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 193963.32 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 314162.6599999999 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 124919.51000000001 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 297587.64 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 52747.09000000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 254082.16 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 129041.5 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 130364.89 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 119926.65999999999 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 120704.58000000003 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 163409.03 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 139567.10000000003 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 240821.54999999996 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134851.58 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 164729.55 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 139059.58 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 138667.85999999996 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 126275.59000000001 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 140891.05 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 290706.22000000003 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 175537.66999999995 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105608.59000000003 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 201727.05999999994 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 118692.03000000001 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 96316.26000000002 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 116129.63 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 183292.75999999995 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 101442.41 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 129301.31999999998 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 171626.96 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 185383.94999999998 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 122080.04000000001 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 48593.86000000001 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 112410.74999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 105986.45000000001 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 128050.45 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 175530.24 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 118589.13 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 152493.48000000004 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105575.42999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 134738.84 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 120482.44000000002 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 109059.08 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 125929.06 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 96109.29000000002 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 128410.40000000001 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 134407.52999999997 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 133426 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 123098.78 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 140119.83 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 164842.96000000005 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 142186.69000000006 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 200874.25 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 147461.3 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 149302.26 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 183117.08000000005 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 145598.73000000004 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 298521.58 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 107122.63000000002 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 146718.07000000007 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 140037.47999999995 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 137721.82 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 166407.46 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 194742.39999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 258433.96999999997 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 124143.73000000001 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 193985.00999999998 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 93638.74000000002 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 153772.28 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 153016.28000000003 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 110797.26000000002 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 117452.54000000002 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 142586.41000000003 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 131997.05999999997 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 134484.80000000002 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 114809.47000000003 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 232864.96999999994 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 128065.39999999997 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 195303.75 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 57480.030000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 144886.44 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 176051.3 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 229600.18999999994 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 122043.17000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 80082.66999999998 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 142998.88999999998 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 110923.00000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 84485.36000000004 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 121801.72000000003 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 161012.99999999997 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 168864.07999999993 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 129071.79999999997 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 112702.42 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 108072.93000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 99526.38999999997 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 174836.64999999994 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 106337.94 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 118701.36 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 117140.95000000003 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 137011.75999999998 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 131054.12 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 136953.18 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 176014.54 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 171536.6 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 288407.33999999997 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 92179.18000000002 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 150911.35 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 143175.57000000004 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 183791.61999999997 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 227559.56999999995 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 121379.37 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 171447.36999999997 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 154675.84 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 125663.62000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 205229.37999999998 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 180912.78 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 133766.05999999997 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 133846.32000000004 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 147597.01 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 212937.76999999996 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 103613.31999999999 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 198610.56000000003 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 164722.13 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 204799.33999999997 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 169238.91000000003 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 192874.97999999998 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 185980.73999999993 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 179303.4 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 181171.47000000003 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 151346.04999999996 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 248576.46999999997 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 45523.369999999995 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 177015.85000000006 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 153198.24000000002 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 182334.36 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 140790.6 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 102692.59000000001 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 208755.65 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 165583.66999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 77038.13 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 218560.46999999997 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118286.77000000003 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 107828.90000000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 169851.00000000003 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 127509.14000000003 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130528.7 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 144358.71000000002 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 89076.53000000001 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 134013.58 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 125606.91000000002 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 154729.18 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 147935.02 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 162045.05000000002 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 170961.39999999997 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 163171.00999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 195078.87999999995 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 162602.03 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 229969.18999999997 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 122515.76999999997 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 223789.62999999998 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 179753.16999999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 200184.62999999998 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 235358.05 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 130096.19000000003 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 246896.29 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 151446.29000000004 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 189522.28000000003 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 225821.76 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 200926.24 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 173444.17 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 151261.45 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 145431.44999999995 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 132609.1 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 241779.87 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 162571.31000000006 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 121571.69000000002 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2269.52 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 390.60999999999996 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 80.83999999999999 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 821.77 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 842.1500000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 158.65999999999997 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 556.72 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 300.37 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1143.27 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 470.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 774.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1179.8899999999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 737.86 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 99.24000000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1410.68 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 516.49 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 242.57999999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 931.24 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 486.5 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 335.63000000000005 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 914.25 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 595.95 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 58.239999999999995 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90008.99999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89744.30999999998 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 121884.79999999999 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 175890.53000000003 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 158032.89999999994 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 112758.76000000002 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 119820.64999999997 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 135599.69999999998 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 131113.61 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 163605.33000000002 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 168366.07999999996 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 112944.59999999996 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 218629.11000000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 269707.67999999993 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 149090.84999999995 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 245097.71999999994 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 147962.74 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 156704.61 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 164148.18 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 131746.74000000005 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 123345.37999999999 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 160913.53999999998 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 254044.76 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 137768.24000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 159226.46000000002 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 132694.18000000002 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 178458.27 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 125882.06999999996 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 110505.11000000002 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 205447.05999999997 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 239333.81999999992 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 176913.52999999997 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 215345.52999999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 91410.18000000001 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 179127.53000000006 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 146927.64 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 65490.960000000014 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 148960.22999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 212728.03999999998 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 142768.13 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 194964.52000000002 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 75938.27000000002 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 187.31 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 580.22 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1229.56 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 350.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1335.3600000000001 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 586.24 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1416.87 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 35.64 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 80.84 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 362.03999999999996 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258.6 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 59.06 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 214.42 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 34.48 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 137.15 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 809.64 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38188.6 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 168624.74999999997 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 119968.02999999997 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 262543.43999999994 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 150345.74 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 221919.56999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 342120.0499999998 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 320973.13 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 80104.08 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 399.48 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 409.13 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 490.26 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 104419.53 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 150229.01 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 133138.96 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100596.64999999998 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 213586.53 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 186611.04999999996 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 130339.79 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 154986.49999999994 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 146169.72 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 49034.89 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 521.7 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1068.88 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 287.7 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 296.84 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 620.64 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 74.21 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 103.44 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 23.76 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 307.39 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 14641.459999999997 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 140723.25999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 99138.15000000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 101129.72000000002 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 96221.01000000002 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 124934.84999999996 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 120450.40000000002 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 104138.25999999998 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 109979.73 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 140207.31 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 148145.48000000004 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 149900.73 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 127779.74000000005 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 176859.28000000006 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 282171.4 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 368635 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 312351.6400000001 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 532137.06 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 206306.83 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 137220.69999999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102553.59000000001 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 111543.68 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 89946.31000000001 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 105637.71999999999 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 106164.29 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 115613.87999999998 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 93445.20999999999 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 106831.46000000005 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 104286.23999999999 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 96191.66 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 119334.67999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 88630.91000000003 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 113149.61000000006 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 146356.96 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 108286.83 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 129369.18999999999 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 75670.70000000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 97482.47000000003 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 93106.64 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 113302.13 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 99552.90000000004 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 110654.29999999999 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 124851.86000000003 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 123326.22000000003 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 151580.96999999997 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 157217.70999999996 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 141229.49999999997 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 110252.30000000002 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 127363.11999999998 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 119444.53 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 134904.08 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 160779.3 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 123600.74000000003 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 141392.19 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 88868.81000000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 111418.67 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 143088.17999999996 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 249581.05999999994 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 98173.69000000002 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 158643.26 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 128961.99999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 104523.30999999998 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 92284.21000000002 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 96650.29000000001 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 97775.3 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 74941.6 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 20397.340000000004 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 44808.380000000005 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 121256.85 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 128354.90000000002 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 93680.85 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 112696.45999999998 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 107810.38999999998 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 197392.84 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 154049.31000000006 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 244560.85999999996 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 81392.15999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 142072.02000000002 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 106176.67 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 135389.43000000002 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 97315.72000000002 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 105078.93000000004 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 58860.07000000001 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 50138.82000000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 136453.63 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 128769.22000000006 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 103689.72 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 83005.17000000003 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 80852.83000000002 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 104786.83 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 124804.97999999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 84676.67000000003 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 90736.42999999998 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 88272.69999999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7540.580000000001 } ], "top_sellers_by_revenue": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.13999934, "total_bottles": 1538497, "avg_price_per_100ml": 2.2091610239918755 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf", "total_sale_dollars": 8115471.560000062, "total_bottles": 477019, "avg_price_per_100ml": 2.029052045346783 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron (lemon Vodka)", "total_sale_dollars": 6039341.360000033, "total_bottles": 296414, "avg_price_per_100ml": 2.161626272881515 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mandrin", "total_sale_dollars": 2117678.9500000016, "total_bottles": 108314, "avg_price_per_100ml": 2.193481190237231 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron", "total_sale_dollars": 1555722.09, "total_bottles": 81793, "avg_price_per_100ml": 2.1105065205555764 } ], "most_expensive_products": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Raspberri Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf Mini", "total_sale_dollars": 497344.31999999925, "total_bottles": 41864, "avg_price_per_100ml": 17.34848685980806 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Lime Mini", "total_sale_dollars": 93959.46000000005, "total_bottles": 10653, "avg_price_per_100ml": 8.713438661710038 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Elyx", "total_sale_dollars": 5035.799999999999, "total_bottles": 180, "avg_price_per_100ml": 3.573882352941176 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Black 100", "total_sale_dollars": 269.88, "total_bottles": 12, "avg_price_per_100ml": 2.9986666666666664 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Vodka 100 Premium", "total_sale_dollars": 65944.03000000001, "total_bottles": 2977, "avg_price_per_100ml": 2.9507124099957642 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Level Imported Vodka DNO", "total_sale_dollars": 503.04, "total_bottles": 24, "avg_price_per_100ml": 2.7946666666666666 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Trial Pack", "total_sale_dollars": 3822.309999999999, "total_bottles": 641, "avg_price_per_100ml": 2.3925714285714292 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Bar", "total_sale_dollars": 31381.05, "total_bottles": 5303, "avg_price_per_100ml": 2.368422764227642 } ] }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.789996795, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 92981.93999999999 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 113194.23000000001 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 105723.20999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 101941.83000000003 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 116226.82000000004 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 109532.49 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 118569.53 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 123153.08000000002 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 129160.10999999999 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 131429.00000000003 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 132124.09000000003 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136687.90999999997 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 124233.06000000001 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 213016.88000000003 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 255036.57999999996 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 134084.49 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 137533.43999999994 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 133761.59000000005 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 138459.97 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 142316.94 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 169562.59999999995 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 104847.48000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 173970.97 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 159237.63999999998 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 138217.97 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 230230.96 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 157955.43999999997 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 144803.96000000002 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 144447.36 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 128858.28 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 153878.16 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 193755.90999999995 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 140709.96999999997 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 133852.73999999996 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 208916.89999999997 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 120735.26999999999 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 152309.66000000006 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 109402.38000000003 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 101153.73000000001 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 279933.4599999999 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 291381.77 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 238182.43999999992 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 242793.7599999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 81102.23000000001 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 123347.02999999993 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 157837.17999999993 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 47313.37 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 112362.12999999998 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 118195.26000000001 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 118268.08 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 157882.59999999998 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 149581.37 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 84136.79 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 137693.43000000002 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 124517.94000000005 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 125071.59999999998 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 122648.87999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 132509.75 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 113139.54 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 105623.30999999998 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 125554.5 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 116573.16000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 130118.22000000002 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 119433.49999999999 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 112738.67000000001 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 259465.40999999986 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 257734.24 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 112718.92000000001 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 116370.51000000002 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 161901.91999999995 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 231234.97999999995 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 192122.37999999992 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 192216.38999999996 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 204854.03999999992 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 167377.25999999995 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 184032.55999999997 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 54458.94000000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 193527.65999999995 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 139807.71000000002 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 144034.46000000002 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 126277.86000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 121533.50000000001 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 138418.56 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 141438.9 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 139629.73 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 147261.11999999997 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 178362.25999999998 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 142945.22 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 130190.00999999998 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 99907.47 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 120275.59 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 346523.4199999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 273112.67 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105237.21999999997 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 115440.64999999997 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 164255.80000000002 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 119097.50000000003 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 108863.95000000004 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 129393.61 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 51247.07 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 120197.76999999999 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 104307.85 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 141422.32000000004 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 99261.44000000003 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 72327.93999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 180645.84000000003 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 86631.99 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 183938.71999999997 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 346181.0299999999 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 250286.60000000003 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 149722.56 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105294.57 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 114772.67000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 102609.60999999997 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 111003.84000000003 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 107171.37000000002 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 91247.86999999998 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 143350.65999999997 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 167725.60999999996 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 113748.29 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 111912.37000000001 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 129553.70000000001 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 126692.99999999999 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 118081.65 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 169847.08000000002 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 91408.28000000001 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 180614.61999999997 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 152829 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 128029.86000000002 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 240694.18999999992 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 102121.31999999999 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 137340.74000000002 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 125452.71000000002 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 120277.72000000003 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 126902.29999999999 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 191738.83999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 125303.90000000001 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 156867.47999999995 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 183860.21999999997 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 144794.48999999996 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 178525.46000000002 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 97960.77000000002 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 155266.37999999995 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 177045.61000000002 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 148335.03999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 119697.40000000001 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 122730.61 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 147931.45 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 120390.62000000001 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 84119.35000000003 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 185660.84 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 55047.29000000001 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 170032.23 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 135469.83000000002 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 160934.16000000003 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 108846.23000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 72852.24 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 153013.15000000005 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 152565.31000000003 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 102377.70999999998 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 140058.91000000006 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 144805.54000000004 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 107849.86 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 101232.73999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 105261.87000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 128624.23999999999 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 114379.03 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 136450.51 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 101735.12000000004 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 125959.56000000003 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 134256.98000000004 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 117471.01000000002 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 122569.81 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 146527.77000000005 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 116926.51 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123835.69000000003 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 147560.90000000002 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 75055.89000000001 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 177427.29 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 155411.13 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 189050.67999999993 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 193753.56000000003 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 102563.9 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 147249.36000000002 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 118332.51000000004 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 118477.57999999999 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 133397.09000000003 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 158397.34000000005 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 147589.55 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 187906.19 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 189246.85000000003 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 173602.43000000002 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89659.11000000002 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 126137.22000000004 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 112791.27000000002 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 124709.75000000003 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 163161.33 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 125912.92000000001 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 118721.12999999999 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 120411.81000000003 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 118338.52000000002 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 106648.37000000001 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 162838.46999999994 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 43393.78999999999 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 137833.34000000003 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 124950.71000000004 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 158995.58000000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 117196.08000000002 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 78495.26000000001 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 127453.33000000002 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 138877.54000000007 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 62734.28 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 121579.96000000004 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118796.13000000002 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 122675.76000000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 106140.05000000002 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 105414.77 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130280.63999999998 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 128790.67 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 78009.38 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 117141.21999999997 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 102732.47999999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 135478.26999999996 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113520.92999999998 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 137989.30000000005 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 182571.15000000005 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 120397.02999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 115466.65000000001 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 126995.57999999997 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 181159.12999999992 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 120908.66 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 176848.69999999998 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 136492.84000000005 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 144835.37 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 233992.75000000006 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 91783.05999999998 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 145999.51 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102719.97999999997 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 124811.11 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 141208.61000000002 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 162539.60000000006 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 136542.84000000005 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 161172.83999999994 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 139671.27 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 102974.93999999999 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 182577.27999999994 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 102409.74999999999 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 104218.34000000004 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 504.18 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 534.93 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 7120.18 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1245.5800000000002 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1341.8200000000002 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 203.33999999999997 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1284.1399999999999 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 448.45000000000005 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 505.39 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 671.4299999999998 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1062.2199999999998 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 582.45 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 621.5899999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 616.5500000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 924.5600000000002 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 980.8 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 2398.5899999999997 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 751 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 513.78 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 219.69 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 379.32 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 955.8199999999999 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1068.33 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47629.35 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 94869.66999999998 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 102118.49 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 128628.94000000002 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 133167.89 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 108302.10999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 103266.02000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 104134.85999999997 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 110897.82999999999 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 108055.59000000003 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 128418.89 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 92898.44000000002 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 124964.69000000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 136822.33000000002 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 135947.97 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 150332.99 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 123926.62999999999 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 140815.88999999998 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 148526.71999999997 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119753.13000000002 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 117466.72000000003 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 102094.68000000004 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 101641.14 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 109368.77000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 130201.64000000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 82626.44999999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 127540.29999999999 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 97589.89999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 108148.76999999996 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 130002.68000000005 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99095.57999999999 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 108198.62000000001 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 106212.73000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 77299.21 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 124056.87000000002 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 117917.42000000003 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 60860.479999999996 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 125595.13999999997 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 93375.43000000001 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 91984.07 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 131425.97999999998 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 47127.19 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 625.38 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 546.1800000000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 416.82 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 7296.96 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 230.19 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 429.09000000000003 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 295.53 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 348.65999999999997 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 522.58 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 441.3399999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 854.9399999999999 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 318.12 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 296.22 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 475.86 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 201.12 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 362.82 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 183.81 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 122.82 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 233.28 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 362.67 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 964.77 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 462.84000000000003 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38576.85 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 112764.20999999996 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 120521.59 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 181296.70999999996 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 66177.38 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 122566.32000000002 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 97987.18000000001 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 95341.32 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 66589.43 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 421.14 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 426.6 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 110.01999999999998 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 477.29999999999995 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 77196.02000000002 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 99841.75999999998 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 128566.10000000005 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 109406.31999999998 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 112308.06999999998 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 95218.38999999997 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 85157.50999999998 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 99142.56999999999 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 78308.63999999998 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 28983.259999999995 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 669.1199999999999 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 564.6 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 495.3 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 402.24 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 344.60999999999996 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 473.89 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 732.6899999999999 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 303.84000000000003 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 155.28 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 607.98 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 497.70000000000005 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 399.9 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 125.26 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274.74 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 281.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 9087.29 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 100215.78000000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 89785.60999999999 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 92528.16 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 90284.47000000003 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 83799.87000000002 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 98328.16000000002 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 81137.72000000002 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 91063.31 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 94557.98999999998 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 106306.76999999999 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 132017.33 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 110355.40000000002 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 98584.98000000003 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 102138.04000000002 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 111796.48000000003 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 91637.98999999999 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 118629.89000000001 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 111671.26000000002 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 119922.43 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 109061.94000000005 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 88631.14000000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 60779.25 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 89081.68000000002 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 70907.56999999999 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 77238.53000000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 79037.23000000003 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 91255.08000000002 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94963.41000000002 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 109990.99999999997 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 99565.24000000003 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 84685.55000000003 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 88479.13000000002 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 86238.71000000002 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 80232.89000000001 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 97934.06999999999 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 94001.42000000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 101357.27999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 87632.45000000004 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 85132.38000000003 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 145831.83 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 120160.45000000004 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 116644.58000000005 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 124397.21000000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 112515.48000000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 96514.70000000004 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 90695.17 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 111511.17 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 96282.19000000002 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 106524.91999999998 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 82470.07999999999 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 107713.06000000003 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 121117.47 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 97023.68000000001 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 101242.85000000002 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 85134.33000000002 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 86532.42000000003 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 85396.26 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 81745.86000000002 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 76010.75000000003 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 85753.42 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 77092.75 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 88900.91999999998 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 89160.94000000003 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 80833.31999999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 69142.54000000002 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 17578.640000000003 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42685.73 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 95711.15 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 88762.30000000002 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 82013.55 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 111958.68000000004 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 97302.71000000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 97209.74000000002 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110680.17000000003 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 111801.94 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 83887.79999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 68738.12999999999 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 64579.19 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 86549.68999999999 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 74990.62999999998 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 76736.75 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 90116.12999999999 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 82689.46000000002 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 72538.14 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 68281.23000000001 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 88827.83 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 67248.78 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 58503.07999999998 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 57936.67999999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 65157.84000000001 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 60661.00000000001 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 66085.27 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 70833.31999999999 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7186.6900000000005 } ], "top_sellers_by_revenue": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka", "total_sale_dollars": 13982116.180000426, "total_bottles": 1684456, "avg_price_per_100ml": 0.6589513166233192 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Blue (raspberry) Vodka", "total_sale_dollars": 10210249.900000103, "total_bottles": 912212, "avg_price_per_100ml": 1.1574320088909942 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Vodka PET", "total_sale_dollars": 5660874.630000048, "total_bottles": 354862, "avg_price_per_100ml": 0.9291667629158278 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry", "total_sale_dollars": 2519743.160000004, "total_bottles": 216787, "avg_price_per_100ml": 1.1897552710010142 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Red (cherry) Vodka", "total_sale_dollars": 2480612.2200000025, "total_bottles": 228616, "avg_price_per_100ml": 1.1935782082324455 } ], "most_expensive_products": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Apple Pear Ginger FL Vodka Mini", "total_sale_dollars": 200.10000000000002, "total_bottles": 29, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Grapefruit Hibiscus Chamomile FL Vodka Mini", "total_sale_dollars": 151.80000000000004, "total_bottles": 22, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Watermelon Cucumber Lime FL Vodka Mini", "total_sale_dollars": 551.9999999999999, "total_bottles": 80, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry Mini", "total_sale_dollars": 148554.30000000016, "total_bottles": 21884, "avg_price_per_100ml": 10.444272051009566 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Cake Mini", "total_sale_dollars": 82119.00000000003, "total_bottles": 12086, "avg_price_per_100ml": 10.413291828793776 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Red Cherry Mini", "total_sale_dollars": 38818.19999999999, "total_bottles": 5729, "avg_price_per_100ml": 10.237662508207487 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Row Vodka Mini", "total_sale_dollars": 45935.2, "total_bottles": 8536, "avg_price_per_100ml": 8.70905725490196 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka Mini", "total_sale_dollars": 1544.3999999999999, "total_bottles": 234, "avg_price_per_100ml": 2.54896551724138 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Peach Mini", "total_sale_dollars": 24615.179999999997, "total_bottles": 3008, "avg_price_per_100ml": 2.223420731707317 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Apple Pear Ginger FL Vodka", "total_sale_dollars": 2821.5, "total_bottles": 171, "avg_price_per_100ml": 2.1999999999999997 } ] }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.580003455, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 52520.909999999996 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 112257.30000000002 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 118063.49999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 158341.84999999998 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 107257.83999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 81472.98 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 77767.16 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 91840.98999999998 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 98875.65000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 120518.4 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 120396.22999999998 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136859.16000000003 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 138742.5 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 91523.24 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 89202.39999999998 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 95483.83999999997 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 88165.87999999999 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 137344.65000000002 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 131213.13999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 134692.17 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 150868.64999999997 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 85353.74999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 111462.7 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 116128.01999999999 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 123332.88 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 202454.5 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 101528.00999999998 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 104997.1 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 111750.55999999998 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 101614.68 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 133830.43000000002 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 154913.68 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 154539.02999999994 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 173031.48999999996 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 187953.76999999993 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 86332.11999999998 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 112202.40999999996 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 98123.06999999996 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 102004.06 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 250331.97999999998 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 204485.63000000003 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 249137.21000000005 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 215720.3699999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130896.95999999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 97314.93000000001 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 146748.11999999997 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 30290.89 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 84980.37000000001 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 106110.3 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 109473.13000000002 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 149254.23999999996 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 96026.97 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 68685.42000000001 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 133452.80000000002 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 156302.91999999998 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 131833.94000000003 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 130133.32 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 98225.56 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 97200.36000000002 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 103016.76999999997 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 100879.16999999998 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 98996.92999999996 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 102688.40999999999 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 104886.84 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 105317.45000000001 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 181908.38999999996 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 211078.6300000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 149387.11999999997 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 139066.26 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 117121.98999999999 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 106246.7 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 99764.36 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 121583.64999999998 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 100365.09 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 130655.87000000001 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 202478.98 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 56425.71000000001 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 189724.92999999993 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 121454.02000000005 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 113608.09000000001 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 123366.94999999998 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 118266.93 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 131634.97 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 214943.74000000002 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 216363.31999999995 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134397.00999999998 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 170317.59000000003 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 193572.78 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 106675.72999999998 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 124481.99999999997 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 108647.64999999998 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 263831.73000000004 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 190117.24000000002 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 124723.72999999998 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 165696.22999999998 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 121727.54999999997 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 103836.57999999994 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 110623.74999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 167452.03000000003 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 44483.98999999999 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 123078.67999999998 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 120119.18999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 169349.26999999996 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 102285.95999999999 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 43940.869999999995 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 137999.03999999998 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 126824.17999999992 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 171728.12000000008 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 176274.34999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 95423.35 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 112401.20999999999 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 97943.12999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 115546.92000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 112057.58999999994 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 103125.24999999997 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 108598.36999999997 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 100470.72999999998 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 156431.06999999995 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 200132.65000000002 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 140133.09 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 141752.79999999996 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 142183.65999999997 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 101378.08999999998 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 116224.09999999998 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 149567.85999999996 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 86992.31999999998 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 129203.83 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 129476.01999999997 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 126327.49999999994 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 173625.10999999996 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 92819.55999999998 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 128624.03999999998 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 132281.81999999998 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 129921.64999999992 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 127687.15999999997 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129131.62 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 124776.66999999997 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 125128.87999999998 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 207800.66000000003 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 92709.80999999998 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 139551.21999999994 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 117583.26999999999 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 131276.99999999997 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 124910.01999999996 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 123459.87999999993 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 121458.50999999995 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 126250.49999999996 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 135435.06999999995 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 141584.52999999994 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 88071.52999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 196278.43 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 51974.359999999986 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 133618.84 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 137692.55 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 172858.68 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 103780.93999999999 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 52491.80999999999 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 154651.10999999993 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 169225.24999999994 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 97910.72 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 159256.34 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 107585.31999999999 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 115613.51999999997 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 102164.84999999998 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 117209.46 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 101586.43 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 120404.37 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 108555.27999999997 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 104343.64 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 111295.00999999998 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 102798.40999999999 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 127306.32999999999 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 105203.25 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 119279.09999999996 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 124533.80999999998 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123602.15999999999 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 153575.43 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 83551.77999999998 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 126033.57999999997 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 112240.85999999999 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 129252.72999999998 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 143392.57999999996 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 104778.03999999998 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 145627.1 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 143310.21999999997 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 128404.46999999993 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 167619.55 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 126738.65999999995 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 124568.89999999994 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 119378.04999999996 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 114888.96999999997 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 165479.84999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 97162.54999999999 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 142112.90999999992 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 128701.45999999996 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 146356.25999999995 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 111441.14999999997 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 112350.99999999999 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 116958.19999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 110482.48999999995 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 144240.95999999996 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 118917.51999999997 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 183240.94999999998 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 38093.02000000001 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 144325.75999999995 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 115820.73999999998 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 142839.82999999996 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 112064.33999999995 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 76693.57999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 103628.31999999996 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 124354.48 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 80390.45000000003 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 126056.64999999998 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 153924.67 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 128361.91999999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 144038.69999999998 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 138599.53999999995 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 97154.05 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 105176.60999999993 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 63646.09999999999 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 101397.35000000002 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 103687.46999999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 115728.81999999995 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113338.40999999997 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 107388.42999999998 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 116628.31999999993 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 143235.59999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 126555.61 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 130108.23999999999 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 162695.27999999994 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 84285.35 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 160824.54000000004 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 125458.44999999997 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 123141.84999999998 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 154308.08999999997 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 80384.29 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 126436.47999999997 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102704.98999999998 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 128973.03999999996 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 166720.44 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 157822.93 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 148216.77 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 150215.75 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 110241.93999999994 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 87251.58999999997 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 118449.04999999994 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 108249.95 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 106711.82999999997 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2127.42 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 2609.459999999999 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 2369.18 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 5165.479999999999 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 2480.2799999999997 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 2458.1699999999996 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 2645.7799999999997 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 1896.6999999999994 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 3265.93 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2074.46 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2538.93 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 8137.41 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 2797.17 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 877.76 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2582.8599999999997 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1224.05 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1412.38 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1409.38 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1785.1000000000001 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1530.6099999999997 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 3621.44 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1936.4199999999996 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1587.1000000000004 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47289.10999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99706.11000000002 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 103633.39999999997 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 120306.73999999996 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 137462.05000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 121725.14 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 141717.17999999996 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 106416.61999999995 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 117861.57999999997 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 116929.02999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 127158.56999999996 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 95248.25 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 177675.36999999997 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 131566.74000000002 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 154659.84999999998 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 166532.41 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 109123.15999999999 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108952.12999999998 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 126206.62999999996 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 111737.77999999998 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 137130.89000000004 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 137749.11 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 127390.35999999997 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 144465.43000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 185614.36999999997 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 91175.33999999997 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 124380.53000000001 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 109424.19 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 113499.39999999997 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 142805.57999999996 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 140451.53 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 142859.20999999993 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 154149.19 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 93744.34999999999 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 114013.26 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 124204.45999999995 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 64677.50000000001 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 109496.28 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 137027.13 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 145772.81999999998 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 160537.53000000003 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 65172.060000000005 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 952.23 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 2192.3399999999997 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1177.56 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1732.3200000000002 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1413.99 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 2316.33 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 2040.6099999999997 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1302.59 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 2883.36 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1767.6399999999994 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1950.96 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 933.9299999999998 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 901.44 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 8517.879999999997 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1448.18 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1714.14 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1772.7599999999998 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1610.23 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 2029.6800000000003 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1719.1 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1833.99 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1502.6799999999998 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 42165.20000000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 131506.50999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 128280.84999999999 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 176214.96000000002 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 72116.36999999997 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 120017.81999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 117216.28999999996 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 118392.76999999996 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 46581.27 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 2506.7999999999997 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1989.75 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 2418.039999999999 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1375.1399999999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86701.00999999997 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 119509.70999999996 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 101950.88 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 105297.64000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 123716.5 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 120869.09 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 128894.57999999997 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 151017.78 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 110859.08999999998 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 35675.85999999999 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 2159.7599999999993 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1272.6799999999998 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1556.7399999999998 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1417.5500000000002 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 2362.13 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2755.6999999999994 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1493.22 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1179.75 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1338.7399999999998 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1785.78 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1065.6599999999999 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1660.6999999999998 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1945.01 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1688.4600000000003 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1011.04 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 19265.510000000006 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 121467.94999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 107325.44999999997 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 95132.70999999999 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 92394.06999999999 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 110627.07999999997 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 99980.73999999995 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 97056.48 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 104846.79000000001 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 106490.39999999998 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 101221.73999999999 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 109766.55999999997 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 122282.43999999999 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99777.40999999995 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 155771.67999999993 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 136687.80999999997 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 121096.97999999998 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 182338.20999999996 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 108365.85999999997 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 121564.53999999995 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102614.36999999998 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 103448.11999999997 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 68453.20999999999 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 134313.89999999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 116224.07999999997 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 113038 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 153860.15000000002 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 120445.05999999995 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 127339.55999999998 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 143301.62999999998 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 128593.59999999996 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 97257.00999999998 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 94886.01999999995 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 107335.82999999997 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88709.06999999996 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 99998.54999999996 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 145460.13999999996 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 130594.36999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 131389.88999999998 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 130357.86999999997 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 107446.31999999995 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 103282.37000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 115564.25999999997 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 115837.63999999998 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 114807.80999999997 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 90797.69999999995 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 95887.55000000003 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 104855.70999999999 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 103466.45999999998 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 135541.51999999996 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 136377.19 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 116089.04999999996 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 134960.26999999996 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 111754.09999999999 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 98475.25999999997 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 108596.87999999996 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 109748.90999999997 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 106492.81999999998 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 102156.46999999997 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 100421.64999999995 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 100598.49999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 115875.06999999995 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 132729.33999999997 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 107598.36999999998 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 124218.43999999997 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 113790.52999999997 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 19111.859999999993 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 57913.37000000001 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 123673.12999999996 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 113622.58999999998 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 97774.5 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 95329.45 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 98366.63999999997 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 116555.24999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 116408.19999999998 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92531.43999999997 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 102480.14999999998 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 100668.70999999999 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 97669.09999999996 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 122123.33999999997 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 116729.67999999996 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 119883.38999999997 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 119110.50000000001 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 109644.89999999998 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 98563.68999999997 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 101894.23999999993 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 108405.62000000001 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 82281.02999999998 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 78708.9 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 91977.12999999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 76349.14 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 90677.51 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 101462.01999999997 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 91671.00999999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 14550.95 } ], "top_sellers_by_revenue": [ { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.7300019, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650455 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka 80 Prf Mini", "total_sale_dollars": 966669.400000007, "total_bottles": 165276, "avg_price_per_100ml": 1.1672397777461174 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Cucumber Vodka", "total_sale_dollars": 886605.2000000002, "total_bottles": 78959, "avg_price_per_100ml": 1.5032402002861232 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka PET", "total_sale_dollars": 851920.4400000004, "total_bottles": 170044, "avg_price_per_100ml": 0.6679999999999999 }, { "vendor_name": "Luxco-St Louis", "item_description": "Korski Vodka", "total_sale_dollars": 849511.070000001, "total_bottles": 101502, "avg_price_per_100ml": 0.597091015413404 } ], "most_expensive_products": [ { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Ruby Grapefruit Mini", "total_sale_dollars": 402.6, "total_bottles": 61, "avg_price_per_100ml": 13.200000000000001 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka Mini", "total_sale_dollars": 427452.7999999993, "total_bottles": 68944, "avg_price_per_100ml": 9.568002137703749 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Plum", "total_sale_dollars": 8783.550000000001, "total_bottles": 745, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Pumpkin Spice", "total_sale_dollars": 3360.1499999999987, "total_bottles": 285, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Hazelnut", "total_sale_dollars": 1544.49, "total_bottles": 131, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Caramel Vodka", "total_sale_dollars": 67688.95999999999, "total_bottles": 5744, "avg_price_per_100ml": 1.5712159847764038 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Covered Cherry", "total_sale_dollars": 9414.33, "total_bottles": 799, "avg_price_per_100ml": 1.5710640176600443 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodka", "total_sale_dollars": 31230.98, "total_bottles": 2651, "avg_price_per_100ml": 1.5707394852479597 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Whipt Vodka", "total_sale_dollars": 989.5200000000001, "total_bottles": 84, "avg_price_per_100ml": 1.5706666666666667 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodk", "total_sale_dollars": 1696.32, "total_bottles": 144, "avg_price_per_100ml": 1.5706666666666667 } ] }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.739999887, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 57050.47 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 61867.50000000001 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 62691.00999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 68260.12 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 79273.53 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 72474.79000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 74096.82999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 95922.62000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 72217.22 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 66833.96 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 94855.74999999999 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 77466.04000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 69410.22000000002 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 90672.44 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 80557.02 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 85381.33000000002 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 96658.31 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 82606.54 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 99779.15999999997 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 71165.98999999999 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 102577.04 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 79358.76000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 82684.48999999996 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 89772.29000000004 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 104846.59 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 108517.86 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 99138.10999999999 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 90129.53000000001 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 93810.35 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 80136.07 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 103665.92999999998 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 83444.65000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 89792.37999999999 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 84512.65000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 131300.71999999997 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 67569.08999999998 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 85917.45999999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 66055.65000000001 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 87467.72000000002 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 106951.69000000002 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 97778.71 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 172139.90000000002 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 93142.46 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 61960.46000000001 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 62724.919999999984 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 105297.73999999998 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 29052.809999999998 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 72919.70999999998 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 74444.29000000001 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 98195.33 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 126426.46000000004 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 100487.75999999998 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 75671.20999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 64212.93000000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 56402.100000000006 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 75618.45999999998 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 60469.82 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 72936.31999999998 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 69130.75000000001 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 79326.22999999998 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 71816.97 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 93697.48 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 79448.37 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 76655.02 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 70801.47000000002 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 90117.68999999997 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 81222.22000000002 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 91000.64999999998 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 75999.78 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 97726.61000000002 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 88315.23000000003 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 73212.23000000001 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 102701.73000000003 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 81900.18999999999 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 158820.28000000003 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106441.91 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 50072.329999999994 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 126786.34999999999 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 87443.24999999999 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 80093.71000000002 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 84129.73999999999 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72738.64000000001 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 84642.80999999998 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 98057.27999999997 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 77500.56999999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 91272.04 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 106450.58000000002 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 72768.7 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 77591.28000000001 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 82845.37999999996 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 72466.25 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 162100.11999999994 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 142781.75999999998 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 86179.05999999997 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 71103.92000000001 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 78172.35000000002 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 99679.48 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 151586.52999999994 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 139735.87000000002 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 39185.67000000002 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 86709.72999999997 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 112758.06999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 132587.98 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 143544.50999999998 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 73254.34999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 90685.07000000002 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 66003.02000000002 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 60734.43 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 66005.59000000001 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 115572.74999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 118270.85 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 78597.06999999999 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 111038.38000000003 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 59988.76000000001 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 68258.59 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 68593.75000000001 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 63825.29000000001 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 87601.17999999998 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 72601.80999999998 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 78039.65 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 73148.58 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 95555.71000000002 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 90333.60000000002 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 110483.28000000001 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 112614.97 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 68748.45 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 119009.01999999999 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 144438.21 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 75719.26000000004 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 160208.37999999998 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 58874.75000000001 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 82587.26000000001 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 102893.13 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 86502.26000000001 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 76284.42 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 99275.50999999998 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 82797.90000000001 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 82093.04 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 132200.37 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 71122.91 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 145830.02000000002 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 87597.50999999997 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 66139.64 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 72106.26000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 105145.55 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 104773.41000000003 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 70868.79 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 136781.66 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 80544.95999999999 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 48549.959999999985 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 109928.34999999999 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 38720.820000000014 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 94669.90000000001 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 88668.00000000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 146131.79 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 116876.06 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 91466.4 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 99500.10999999999 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 137745.15999999997 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 66830.56999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 78383.15000000001 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 54240.57000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 86875.66 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 73621.62 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 73000.36 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 76468.91000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 75290.78 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 71928.95 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 67869.06 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 115740.18000000001 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 100482.71000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 77862.32999999999 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 96358.55000000002 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 109102.20000000003 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 97283.27 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 82388.31 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 129907.98999999999 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 62517.37999999999 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 111919.34999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 84601.16 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 143877.65000000005 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 145578.69999999998 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 73944.81999999999 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 92988.75999999998 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 96323.54000000001 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 97120.03000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 90851.72999999998 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 103354.26999999997 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 101687.99999999997 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 103717.08000000002 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 109113.62000000002 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 104887.28999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89631.76999999999 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 119522.51 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 86494.23999999999 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92304.13000000003 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 89021.37000000001 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 90237.42000000001 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 95848.95 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 97953.23 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 100703.33000000003 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 89490.24000000002 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 163423.90000000002 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 54948.65000000001 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 100901.44000000002 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 94165.53000000001 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 157904.62 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 110252.80000000003 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 86552.30000000002 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 90878.1 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 73206.63 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 34775.549999999996 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 74884.33000000002 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 66614.40000000001 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82345.13999999998 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 65184.90000000001 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 76480.86 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 84829.50999999998 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 65083.210000000014 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 68262.63 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 68922.34999999999 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64431.069999999985 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 87177.25999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 97016.81 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 84279.48000000001 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 77172.35 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 101523.21999999997 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 83464.26 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73975.56000000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 119040.92 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 61472.200000000004 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 100983.66000000003 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 109890.93000000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 87424.54000000001 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 108918.91999999998 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 108951.82999999999 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 184671.43000000002 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 91996.78 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 130291.81999999998 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 112247.59000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 97271.32999999997 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 72828.01000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 67145.14 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 78674.67 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 60886.899999999994 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 78499.51 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 99264.62 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 68149.34000000001 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 784.5 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1128.38 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1336.98 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 604.5 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1702.8400000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3430.38 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 691.4200000000001 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 565.38 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1180.49 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2235.26 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 503.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 6238.34 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1382.15 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 683.12 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 635.06 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1367.95 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 10161.509999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1558.38 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 922.98 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 119.22999999999999 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1421.86 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 527.01 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 991.96 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 45960.979999999996 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 75468.56000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 145254.17 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 73019.28000000001 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 67469.38999999998 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 52321.28000000001 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 57072.01 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 68863.46 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 86846.62 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 67350.91999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 91171.83 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 82957.02 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 84001.51999999999 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 106621.55000000003 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 109323.12000000002 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 109503.75000000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 107777.38 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 93389.39 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 96136.89000000001 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119306.51999999996 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 89312.01000000002 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 63493.970000000016 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 65319.27 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 63435.47999999999 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 98112.75 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 67377.23 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80799.01000000001 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71190.86000000002 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 60679.129999999976 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 85221.01999999999 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 54757.41 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 70904.54999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 72280.75999999998 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 52504.81999999999 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 105317.86 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 76058.24 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 51958.43 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 80434.81999999999 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 135174.38 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 94999.46000000002 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 137724.27 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 86728.68 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 390.62 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 400.38 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 340.46000000000004 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 379.5 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1204.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 5455.48 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 820.36 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 99 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 134.98 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 90 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 27.74 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 674.08 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 125.24 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 709.26 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 303.75 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1442.2 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1469.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 50200.28 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 88415.35 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 71891.99 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 122273.18999999997 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 48661.45 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 83608.69 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 65583.97 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 101233.46 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 77301.03 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 279 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1013.88 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 106439.05000000002 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 104807.04000000002 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 59748.710000000014 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100691.81999999999 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 59371.54999999998 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 81766.79 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60594.82 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 68373.77999999998 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 55772.29 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 29767.500000000004 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1051.44 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 368.94 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 390.70000000000005 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 5195.2699999999995 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1037.8200000000002 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 1611.49 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1134.52 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1017.62 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 133.45999999999998 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 196.98000000000002 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 581.98 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 450.72 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 200.95999999999998 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 2524.17 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 66417.78000000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 54100.97 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 47156.50000000001 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 54394.24 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 59333.229999999996 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 67232.53 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 60102.93000000001 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 68980.47999999998 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 76799.78 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 116566.10999999999 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 93592.97 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 75391.45000000004 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 95550.30000000002 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 66698.74 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67625.70000000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 64754.029999999984 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 74433.55000000002 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 65458.69 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 66214.66000000002 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 57716.05999999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 61794.66999999999 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 44913.439999999995 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 38578.72 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 40651.31999999999 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 49974.29000000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 48297.920000000006 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 55746.82 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 56475.66000000002 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 45278.40999999999 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 43166.63 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 54014.42 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 41836.95 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 43932.01000000001 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 72521.52 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 53075.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 86501.57999999999 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 72829.62000000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 74159.34000000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 63470.81000000002 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 84492.32 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 66814.65000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 64121.28 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 76284.66999999998 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 75921.51000000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 73231.67000000001 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 59290.85999999999 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 60355.95 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 53350.249999999985 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 61070.31999999999 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 59665.69 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 64568.68000000001 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 66291.76 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 60195.22999999999 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 60722.53999999999 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 71539.51000000001 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 60356.23999999999 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 71142.67 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 74331.57000000002 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 69226.89 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 51584.87999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 47192.36 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 51695.679999999986 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 46596.68000000001 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 52476.340000000004 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 50044.5 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 9681.11 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 27732.9 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 65548.76000000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 67438.68999999999 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 67661.75 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 99652.87999999996 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 95199.91999999998 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 83334.35999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 81987.07999999997 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 20561.41 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 153320.49999999994 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 125792.57 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 59981.53000000001 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 55293.54000000001 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 81979.05 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 102024.69999999998 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 70716.90999999997 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 72793.94999999998 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 87809.99 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 49111.509999999995 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 32535.919999999995 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 108450.89999999998 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 60549.51 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 59616.39 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 51937.14 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 29949.15 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 30065.52 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 43925.700000000004 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 11410.380000000001 } ], "top_sellers_by_revenue": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.03999999, "total_bottles": 1119844, "avg_price_per_100ml": 3.5148016139297464 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose", "total_sale_dollars": 5654244.140000001, "total_bottles": 269893, "avg_price_per_100ml": 3.534421301511954 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Cherry Noir", "total_sale_dollars": 317092.4999999998, "total_bottles": 11798, "avg_price_per_100ml": 3.6345898319240004 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka L'orange", "total_sale_dollars": 178424.09999999992, "total_bottles": 6540, "avg_price_per_100ml": 3.633020802620803 } ], "most_expensive_products": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Watermelon & Basil Mini", "total_sale_dollars": 1553.7600000000004, "total_bottles": 52, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences White Peach & Rosemary Mini", "total_sale_dollars": 1792.8000000000002, "total_bottles": 60, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Strawberry & Lemongrass Mini", "total_sale_dollars": 2121.4800000000005, "total_bottles": 71, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Mini", "total_sale_dollars": 120450, "total_bottles": 4015, "avg_price_per_100ml": 46.243814664867294 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose VX", "total_sale_dollars": 39511.71000000001, "total_bottles": 659, "avg_price_per_100ml": 7.392000000000002 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Multi Pack", "total_sale_dollars": 8390, "total_bottles": 839, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose La Poire Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Citron Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Melon Mini", "total_sale_dollars": 2760, "total_bottles": 92, "avg_price_per_100ml": 5 } ] }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.430000056, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 2217.3 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 2393.2400000000007 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 2936.04 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 2119.13 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 4031.4500000000003 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 3847.9400000000005 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 12033.690000000006 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 3137.2400000000007 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 2584.0499999999997 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 3170.8499999999995 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 3532.19 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4745.360000000001 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 2254.97 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 27931.789999999997 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 5966.589999999999 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 5621.57 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 2518.8299999999995 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 4445.349999999999 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 2405.75 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 2698.2299999999996 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 3887.4899999999984 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 3481.7099999999996 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6961.589999999999 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 2970.16 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 4438.929999999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 6305.609999999997 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 5673.7300000000005 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 2792.52 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 4959.150000000001 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 4551.47 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 7409.599999999999 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 13549.83 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 12436.689999999999 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 7860.370000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 10563.62 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 7008.43 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 10608.259999999998 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 9021.289999999997 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 8972.339999999998 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 19895.81 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 22566.1 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 19901.26 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 16417.960000000003 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 9254.81 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 11781.52 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 11741.899999999998 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 3842.3 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 10711.249999999998 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8882.56 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 7604.73 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 12612.710000000001 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 14298.69 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 12403.010000000002 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 8012.110000000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6863.43 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 7533.71 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 9037.479999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 14602.589999999997 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 8016.729999999998 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 11531.84 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 11077.819999999998 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 10797.789999999997 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 14118.200000000003 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 11254.969999999998 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 12059.040000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 40632.53999999999 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 27950.58 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 17345.79 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 20746.030000000002 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16040.819999999996 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 12116.789999999999 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11416.589999999997 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 12228.660000000002 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 18821.84 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 17346.83 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 23781.410000000003 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 11035.83 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 18335.210000000003 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1852.6500000000005 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 33541.11 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 24546.850000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 22223.560000000005 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 26241.41 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 22266.78999999999 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 26396.509999999995 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 13148.579999999996 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 31815.779999999995 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 17071.19 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 20385.980000000003 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 20919.029999999995 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 26284.949999999997 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 41519.51999999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 30502.719999999998 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 18405.799999999996 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 25164.570000000003 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 37318 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 17906.27 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 19608.050000000003 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 26768.050000000014 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 10170.45 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 23957.230000000003 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 32381.090000000004 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 30773.52 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 24246.28 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 19026.070000000003 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 23636.760000000002 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 17601.660000000007 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 24430.259999999995 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 22057.140000000003 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 41589.420000000006 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 28961.129999999997 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 30923.010000000006 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 28052.22000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 36517.979999999996 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 29907.21 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 22182.110000000004 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 20524.84 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62932.39 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 56745.20999999999 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 51252.73000000001 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 68018.04999999999 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 48320.060000000005 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 24853.800000000007 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 32646.86999999999 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 50136.119999999995 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 28323.540000000005 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 45373.89 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 42449.11999999998 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 29663.050000000003 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 80347.11000000002 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 31120.339999999997 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 43351.780000000006 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 43182.720000000016 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 42878.84000000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 34016.820000000014 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129794.99999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 44820.56999999999 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 53422.02000000001 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 67085.43999999999 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59718.159999999996 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 70387.44000000002 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 70392.40000000001 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 71317.18 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 54401.59000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 74537.61 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 46016.689999999995 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 138217.46999999997 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 108481.46000000002 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 48475.02999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 34980.96 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 59184.34 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 18381.850000000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 83279.16000000002 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 38348.32 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 66875.59999999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 43380.790000000015 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 57882.789999999986 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 34232.72000000001 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 34912.25 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 32625.96 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 38462.990000000005 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 42118.04999999999 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 37272.87 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 35648.119999999995 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 37924.50000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 105139.86999999997 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 61808.57000000001 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 58883.52999999999 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 55632.89999999999 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 90907.69 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 60786.30999999999 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 62839.69000000001 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 73387.48999999998 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 86580.76000000001 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 35247.020000000004 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 44860.88 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 41367.98 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 33403.47 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 81655.45999999998 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 56930.79 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 56266.95000000001 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 108114.09999999998 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 46733.58 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 51666.22000000001 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 52709.780000000006 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 41363.470000000016 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 50078.97000000001 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 101459.91 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 67177.18000000001 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 104377.37000000001 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 94440.11000000002 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 62787.67999999999 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 37708.23000000001 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 52850.65000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 40605.84999999999 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 88917.84000000001 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 86406.02 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 58843.77 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 79937.34999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 98513.62 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 45038.84999999999 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 41676.149999999994 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 56279.53 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 21428.26 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 108889.57999999997 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 93186.68 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 76518.82 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 61900.340000000004 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 73254.2 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 41997.80000000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 40963.63 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 27455.89 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 45469.08000000002 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 53437.26999999999 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 43220.5 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 40236.57 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 39211.17 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74745.99 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 87833.23999999999 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 94671.63999999998 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 56861.47 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 62947.76000000001 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 86275.33 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 56928.229999999996 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73202.72 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 87472.29000000001 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 45190.44000000001 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 43916.61000000001 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 45508.43999999999 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 66526.32 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 89531.83999999997 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 89608.87000000001 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 129225.91000000003 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 128917.85999999999 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 177751.55999999997 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 43100.799999999996 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 65361.52 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 41617.15 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 59275.220000000016 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 74739.92 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 69064.46 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 76585.78000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 101262.37000000001 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 72986.67 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 45522.34000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 53391.37000000002 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 53657.91000000001 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 51658.67 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 119075.34 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 77743.65999999999 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 100104.70000000001 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 127066.46000000002 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 98856.20999999999 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 60576.66000000001 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 67625.36000000002 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 39749.56000000001 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 101860.37999999999 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 101834.86 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 100550.80000000005 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 89535.95999999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 118357.62999999998 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 44948.840000000004 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 54842.99999999999 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 46972.81000000001 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 55231.84000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 55384.48 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 60765.23999999998 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 54322.73999999999 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 62393.590000000004 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 117291.43 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 113288.31000000003 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 89836.88000000002 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89404.02999999998 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 80872.65000000002 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 100078.35 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 75523.02000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 69818.82999999997 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 125334.15000000001 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 56345.15000000001 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 58352.4 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 72616.29 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 60638.96000000001 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 77972.53 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 164444.14 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 121915.12 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 117239.45000000003 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 91742.15 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 62656.330000000016 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 99919.02999999998 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 63673.24 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 58239 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 97802.54000000002 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 109255.96999999999 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 103314.57999999999 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 97681.15000000001 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 128529.61999999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 59598.14999999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 76714.37 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 59824.299999999996 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 61180.62999999999 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 129331.49999999999 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 82811.26000000001 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 84463.27 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 115967.38999999998 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 84991.52 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 53409.469999999994 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 59180.5 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 29077.79 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 81355.15999999997 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 111833.34000000001 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 70980.2 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 97884.92999999998 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 62119.68999999999 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 42339.50000000001 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 57403 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 51200.17 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 60829.110000000015 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 54929.199999999975 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 55821.23999999999 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 51061.54000000001 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 59615.47 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 76622.59 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 94620.15999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 83525.59000000001 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 86698.26999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 71643.83 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 72653.52999999998 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 61899.59000000001 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 91196.67 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 88862.81 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 53241.07999999999 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 70690.17 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 72329.61 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 80941.30999999997 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 56527.020000000004 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 113865.89999999997 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 80125.93 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 80182.55 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 113276.54999999999 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 51379.72999999998 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 96301.82 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 64151.48 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 72681.67000000001 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 62891.06999999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 86220.50999999997 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 113099.85999999999 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 84905.58000000003 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 88524.52 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 51831.140000000014 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 81088.43000000001 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 74257.42 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 72632.04000000002 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 73907.34 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 97447.54000000001 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 97845.75000000001 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 83693.97 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 62118.80000000002 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 63891.170000000006 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 76028.45 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 74760.8 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 78569.38 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 86314.04999999999 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 58120.26 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 92140.73000000001 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 60710.46 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 66581.64 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 81746.25999999998 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 60312.83999999999 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 54474.22000000001 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 61696.53000000001 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 69197.48999999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 62868.6 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 50927.990000000005 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 57874.39999999999 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 72422.03 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 59220.78000000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 50705.920000000006 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 31537.77 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 49573.18 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 22405.82 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 25584.87999999999 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 54774.579999999994 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 119288.97 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 79870.22999999998 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 67694.04 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 106650.66000000002 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 105926.31999999998 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 80778.83 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 58981.729999999996 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 57976.700000000004 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 76761.54000000001 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 57888.26999999998 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 63492.4 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 75125.85 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 63430.76999999999 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 97978.18000000001 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 73804.54000000002 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 75572.44999999998 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 79073.74 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 88296.20999999998 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 72856.70999999999 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 71218.63000000002 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 66847.20999999999 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 61350.29 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 72138.87 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 59421.77000000001 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 66602.02000000002 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 69345.07999999999 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 82762.57 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 70122.29999999999 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 62703.8 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 73409.99 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 69318.53 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 85129.91 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 71750.53 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 69885.90999999999 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 67623.53 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 59870.39000000001 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 77947.51999999999 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 72322.11 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 68822.99999999999 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 82372.16 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 76469.02000000002 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 62958.469999999994 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 70402.43000000002 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 83664.94 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80829.79999999999 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 69912.29000000001 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 83497.12000000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 101438.72000000002 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 118536.91999999998 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 139631.42 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 100762.90999999999 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88954.75999999998 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 93410.52999999998 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83418.17999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 84984.72999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 100914.03 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 104581.58999999998 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 103745.56999999998 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 85155.99000000002 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 94282.22 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 106159.49999999997 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 101305.19000000002 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 108178.42999999998 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 78516.9 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81406.14 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 78149.44 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 94484.90999999999 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 93053.34999999998 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 115685.98 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 112420.88999999998 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 88945.93999999997 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 110471.57999999996 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 92001.26999999997 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 98590.05 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 101931.60999999999 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 91995.68999999999 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 82432.56000000001 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 79618.67 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 86454.00999999998 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 118799.32000000004 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 83947.71 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 94701.36999999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 86538.18 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 90685.79 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 89566.15000000001 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 80159.72000000002 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 87127.08999999997 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 71586.45 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 113058.15000000001 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 87562.73 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 101216.36999999998 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 103431.55 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 91840.38999999998 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 94444.78 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 85816.20000000001 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 89656.23999999999 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 99046.32999999997 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 78136.45999999999 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 102394.65999999999 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 130767.12000000005 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 97649.59000000001 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 98340.29999999997 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 85858.68999999999 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 98986.78 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 82189.51999999999 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 88708.20000000001 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 103664.70999999998 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 89477.02 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 118733.09999999998 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 109300.03 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 81014.99000000003 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 76401.80000000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 94413.56 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110259.04000000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92431.94000000002 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 82309.57000000002 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 108141.1 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 98086.88 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 72170.94 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 108948.01 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 104567.65 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 118715.56 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 100168.70000000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 102738.81000000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 79068.34999999999 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 79299.62000000001 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 77886.98 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 89106.71999999999 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 82535.63000000003 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 86466.36 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 90678.24000000002 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 120941.89 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 78161.06 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 116623.51999999999 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 79006.17000000001 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 85955.42000000001 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 97791.73999999998 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 89643.86 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 102778.39 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 90565.21999999997 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 99002.57 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 78916.17 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 88956.54 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 81327.57 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 10432.78 } ], "top_sellers_by_revenue": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Vodka", "total_sale_dollars": 9103964.24000006, "total_bottles": 895172, "avg_price_per_100ml": 1.3751456625643625 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach", "total_sale_dollars": 5589626.829999994, "total_bottles": 730861, "avg_price_per_100ml": 1.4489755215382465 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf", "total_sale_dollars": 5420695.059999998, "total_bottles": 640505, "avg_price_per_100ml": 1.4065566139468009 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Red Berry", "total_sale_dollars": 2252851.549999999, "total_bottles": 294274, "avg_price_per_100ml": 1.4462558775643113 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney", "total_sale_dollars": 2046979.58, "total_bottles": 191678, "avg_price_per_100ml": 1.4393321985072673 } ], "most_expensive_products": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Gluten Free Mini", "total_sale_dollars": 2592.719999999999, "total_bottles": 312, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Apple Mini", "total_sale_dollars": 831, "total_bottles": 100, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney Mini", "total_sale_dollars": 251323.28000000014, "total_bottles": 34374, "avg_price_per_100ml": 14.771426313709995 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf Mini", "total_sale_dollars": 448798.17000000103, "total_bottles": 54007, "avg_price_per_100ml": 13.853039259386252 }, { "vendor_name": "E & J Gallo Winery", "item_description": "SOOH New Amsterdam Mango Mini", "total_sale_dollars": 8110.560000000002, "total_bottles": 976, "avg_price_per_100ml": 13.751071428571429 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Grapefruit Mini", "total_sale_dollars": 44475.12, "total_bottles": 5352, "avg_price_per_100ml": 13.438909176029965 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pineapple Mini", "total_sale_dollars": 45356.399999999994, "total_bottles": 5472, "avg_price_per_100ml": 13.39763309352518 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach Mini", "total_sale_dollars": 104426.6599999999, "total_bottles": 12568, "avg_price_per_100ml": 12.180151326699834 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Orange Mini", "total_sale_dollars": 9706.079999999998, "total_bottles": 1168, "avg_price_per_100ml": 6.445941780821917 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam", "total_sale_dollars": 416962.72, "total_bottles": 122959, "avg_price_per_100ml": 1.8307605552342392 } ] }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.5900018, "by_month": [ { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 211.44 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 202.5 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 945 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 4653.519999999999 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 82581.39999999998 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1411.81 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 313885.36000000004 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 274189.1000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 267821.0200000001 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 286524.32000000007 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 354360.1900000002 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 275687.17000000004 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 282877.42000000016 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 180205.58000000005 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 284439.3100000001 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 316019.12000000005 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 280884.7300000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 300010.2200000001 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 241141.03000000006 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 178797.02000000005 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 186970.82000000004 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 192666.56000000006 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 185674.63000000006 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 198200.43000000002 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 218577.98000000007 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189765.42000000004 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 202354.83000000007 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 203295.25000000006 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 249860.86000000002 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 115887.48000000001 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 14621.709999999997 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 365 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 292.96 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 629.8199999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 504.98 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 553 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 359.52 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 382.64 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 417.68 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1519.3999999999999 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 445.68 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 163.56 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1082.31 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 235.58 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 481.32 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 805.44 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 27.76 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 1054.32 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 486.56 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 198 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 334.56 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 498.12 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 36995.649999999994 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 357 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 495.12 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 665.76 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1150.8799999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 665.94 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 104269.08 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 143673.65 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 253524.79000000004 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 212011.04000000007 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 219684.16000000003 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 195739.01000000004 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 195769.82000000007 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 164336.37000000005 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 175800.87000000005 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 180342.27 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 287280.6099999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 198754.03 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 213345.5900000001 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 321886.2700000002 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 198845.89000000007 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 219284.64000000013 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 210496.08000000005 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 227887.0500000001 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 346218.93000000005 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 277425.7700000001 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 284608.3900000001 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 338102.4100000002 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231143.2800000001 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 220259.0400000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 6012.4 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 193.62 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 787.5 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 353.25 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 241016.23000000007 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 316314.14000000013 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 282106.4200000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 286147.3400000001 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 392534.34000000014 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 9785.240000000002 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 168750.68 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 289604.8900000001 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 126996.73000000003 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 249340.93000000002 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 375460.2900000001 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 241395.7700000001 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 327580.13000000006 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 198506.99000000002 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 197760.34000000008 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 206771.2500000001 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 178364.78000000003 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 163076.71000000005 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 176377.14000000004 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 206436.4800000001 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 174256.37000000002 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 206155.24000000005 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 148876.06000000006 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 107878.44 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 207989.23000000004 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 212057.96000000008 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 229123.1500000001 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 317618.8 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 198375.80000000005 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 226414.77000000008 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 217406.46000000008 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 410948.98000000004 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 264114.6600000001 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 277549.17000000004 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 257658.08000000002 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 233713.99000000002 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 229012.7500000001 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 199219.15000000008 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 203575.62000000008 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 209452.94000000006 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 207189.09999999998 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 242769.9900000001 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 287935.63000000006 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 243290.64000000013 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 214206.71000000002 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 196809.72 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 177030.90999999997 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 150645.92000000004 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 169065.44 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 174049.53000000003 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 219237.06000000006 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 250737.45000000013 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 251166.77000000002 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 245050.31000000006 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 181763.27000000002 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 201244.6000000001 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 195989.28000000006 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 201081.74000000005 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 203112.80000000005 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 200669.63000000003 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 188555.27000000008 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 223325.68000000005 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 194448.71000000008 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 204992.83000000005 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 278968.4900000001 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 250989.9100000001 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 262709.8600000001 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 238914.34000000003 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 297977.1900000001 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 265504.1400000001 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 226838.92000000007 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 273284.75000000006 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 305909.36999999994 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 101497.12000000001 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 12.38 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 41613.76999999999 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 230264.30000000008 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 224483.50000000015 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 207187.3500000001 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 195417.62000000008 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 391012.13000000006 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 346180.67000000004 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 299410.4300000001 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 307858.96000000014 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 223292.27000000008 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 299687.4400000001 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 227909.18000000002 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 66222.96 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 363.75 } ], "top_sellers_by_revenue": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf", "total_sale_dollars": 8104948.929999936, "total_bottles": 767149, "avg_price_per_100ml": 1.669954677423555 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf PET", "total_sale_dollars": 3020078.369999992, "total_bottles": 162249, "avg_price_per_100ml": 1.417094106991556 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One", "total_sale_dollars": 2162203.2700000005, "total_bottles": 96383, "avg_price_per_100ml": 2.2658352448870045 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff PET 80prf", "total_sale_dollars": 2121018.619999996, "total_bottles": 115481, "avg_price_per_100ml": 1.4134323406873024 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 1529122.27, "total_bottles": 66345, "avg_price_per_100ml": 2.3721571688354626 } ], "most_expensive_products": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000006, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857143 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 16176.029999999999, "total_bottles": 1443, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Vanilla Mini", "total_sale_dollars": 269.04, "total_bottles": 24, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 134.52, "total_bottles": 12, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 3788.9800000000014, "total_bottles": 338, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 5111.76, "total_bottles": 456, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 6636.3200000000015, "total_bottles": 592, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Botanical Peach & Orange Blossom Mini", "total_sale_dollars": 3029.4000000000005, "total_bottles": 170, "avg_price_per_100ml": 20.625702127659576 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Green Apple Mini", "total_sale_dollars": 372, "total_bottles": 36, "avg_price_per_100ml": 19.79 } ] }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.000001322, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 37796.29000000001 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 56740.679999999986 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 50626.68000000001 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 62344.05000000002 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 63021.959999999985 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60566.48000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 76134.90999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 67735.11000000002 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 68567.89 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 52850.83 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 67093.93 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 69518.71000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 55910.40000000001 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 71287.81 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 73865.04000000001 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 72447.17000000001 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 72074.37000000001 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 65303.11000000001 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 65306.079999999994 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 69309.15 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 86540.21 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 53489.52 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 75581.98 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 65472.67999999999 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 62770.22999999998 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 92117.39 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 65338.71 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 67188.41 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 71304.81 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 69713.03 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 78483.26 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 64333.98000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 67815.98000000003 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 70283.2 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 81562.23999999998 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 51272.69 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 73786.85000000002 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 63681.85 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 83122.40999999997 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 64616.19 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 59979.66000000002 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 72764.95000000001 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 59537.52 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 54705.4 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 64584.130000000005 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 94416.63 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 24170.710000000003 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 68122.05 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 52579.200000000004 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 80161.65 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 85178.58 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 52747.01999999998 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40066.909999999996 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 55797.4 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 58703.02 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 62854.66999999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 52761.09000000001 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 68879.94000000002 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 57893.16999999999 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 57076.20999999998 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 76119.17000000001 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 57999.53999999999 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 62209.35 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 56721.109999999986 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 56778.380000000005 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 58950.33999999999 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 65975.14000000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 59406.22 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 60882.47 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 68190.87 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 69752.36 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 51782.11000000001 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 67651.73000000003 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 69411.68000000001 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 56997.58 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 103196.73999999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 34871.51 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 46019.29999999999 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 68279.56 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 90767.97999999998 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 70470.23999999998 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72271.12000000002 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 71303.74000000002 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 79811.05 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 106501.58999999997 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 67650.86 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 69516.92 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 71752.04000000001 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 57215.71000000001 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 61174.83 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 51646.18000000001 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 91927.84000000001 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 77820.66 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 66165.49 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 55746.960000000014 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 60112.849999999984 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 59993.46 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 61304.17999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 85817.00999999997 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 25322.659999999996 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 71839.78 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 66214.60999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 88868.03000000001 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 53335.93 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24890.839999999993 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 86977.76000000001 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 49473.969999999994 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 63803.049999999996 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 59334.22 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 55411.289999999986 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 54028.04000000001 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 52855.41000000001 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 59602.41 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 75330.12999999999 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 122116.16 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 70519.56 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 50475.75999999999 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 54979.729999999996 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 66495.01 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 58723.58000000001 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 48885.420000000006 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 61931.45999999999 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 62992.88 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 77668.61 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 87320.78000000001 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 34677.450000000004 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 90790.08 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 147094.18000000002 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 77577.13 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 88458.21999999999 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 41340.20000000001 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 65249.82 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 61840.54000000001 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 72029.89000000001 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 77948.63 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 140562.55 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 59905.729999999996 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 76825.40000000002 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 94885.11000000002 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 44302.29 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 86300.63999999997 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 57922 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65384.20999999999 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 101452.59 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 125887.26000000001 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 82009.22000000002 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 62967.039999999986 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 91919.19 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 78933.98 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 42621.600000000006 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 95430.07 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 33123.41999999999 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 113475.95999999999 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 68904.14000000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 93109.5 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 70501.84999999999 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 42653.259999999995 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 78852.37999999999 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 89745.64000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 45951.53999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 74626.23999999999 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 70185.45000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 74824.76999999999 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 59070.91999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 76492.54 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 92336.68000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 79865.50000000001 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 120512.71000000005 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 61343.14 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 84585.03000000003 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 53781.009999999995 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 60992.07999999998 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 75012.15999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 80073.55999999998 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 73277.4 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 83475.11999999998 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 109401.22 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 60426.88000000001 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 86229.31000000001 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 75492.84999999999 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 153989.92 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 141337.80000000002 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 54966.509999999995 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 81803.29 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 72972.12 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 67421.43 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 71797.87999999999 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 77024.81999999999 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 69821.82999999999 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 100030.35999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 136216.99 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 102870.03999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 55395.369999999995 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 77427.75000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 126036.23000000001 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92895.91 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 76378.92000000001 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 68613.63 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 115113.95000000003 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 78785.32999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 69927.79 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 85482.75000000001 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 112755.61 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 32535.160000000003 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 82558.11 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 60718.31 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 127593.57999999997 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 99853.27000000002 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 42677.14 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 60669.879999999976 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 74348.64999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 43923.29999999999 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 91875.25 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 97145.66 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 83853.33000000002 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 117800.98999999999 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 90497.20000000001 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 71699.82000000002 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 71726.19000000002 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 33337.75 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 87967.81999999998 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 77025.12999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 72609.96999999999 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 67816.1 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73822.48 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 80411.16 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 75966.82 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 71256.14000000001 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 85160.30999999997 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 109015.98000000001 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 49486.18 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 80152.56 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 83429.81 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 183622.85 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 118543.01999999999 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 48929.88 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 88899.67000000003 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 61588.850000000006 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 82991.46999999999 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 102722.71 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 77641.74000000002 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73941.11 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 90598.82 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 74436.75000000001 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 65630.98000000001 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 106925.57999999999 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 54913.43000000001 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 94736.24 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1425.66 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1106.6699999999998 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 453.80999999999995 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 720.42 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1670.64 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1154.75 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1185.24 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 241.79999999999998 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 469.71999999999997 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 212.52 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2314.7400000000007 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 3724.2899999999995 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 704.3399999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 452.5799999999999 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 436.67999999999995 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 618.18 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 93.48 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 448.19999999999993 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 101.15 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 13913.16 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 810.5399999999998 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 200.99999999999997 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 3793.92 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 37341.759999999995 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 58390.789999999986 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 65877.95 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 69479.58 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 105515.58000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 86938.29999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 70485.52 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 71405.22 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 100069.31000000001 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 68601.2 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 88208.46999999997 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 46474.62999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 108939.10000000003 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 76614.65000000001 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 79854.12000000001 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 114024.11 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 72136.15000000001 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108099.13000000003 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 77502.58 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 87475.62000000001 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 79624.82999999997 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 118905.38000000002 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 94956.45000000001 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 81477.61 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 96223.8 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 72102.93999999999 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 136382.41999999998 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 83445.73999999999 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 73682.18999999999 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 94491.54999999997 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99637.28000000003 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 75188.21999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 114176.40999999999 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 88199.41999999998 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 126773.80000000002 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 78670.89 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 44291.03999999999 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 111209.35000000003 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 88525.48 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 81986.75000000001 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 92083.57 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 35835.17999999999 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 556.74 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.02 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 218.64 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 192.74 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 995.6200000000001 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 103.08 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 438.84000000000003 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 107.74 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 504.62 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 2014.17 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 7.71 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 108.66 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 368.22 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 131.27 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 253.82 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 414.78 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 270.09999999999997 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 340.52 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 373.67999999999995 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 802.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 351.05999999999995 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 172.42000000000002 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15717.179999999998 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 72961.37000000002 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 93952.91 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 109690.87 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 54118.00000000001 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 86861.51000000001 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 112387.09999999998 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 82717.99000000002 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 47372.939999999995 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 204.12 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 124.56 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 507.6 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 453.70000000000005 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86138.01 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 98629.37999999999 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 82448.13999999997 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 62534.09 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 81781.46999999997 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 55083.710000000014 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 116432.48000000001 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 108008.65000000004 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 75101.05 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 50595.22000000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 261.59999999999997 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 208.56 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 450.12 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 62.28 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 550.92 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 307.95 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 98.36 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 493.56 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 324.48 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 204.06 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 185.58 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 312.12 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 358.55999999999995 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 455.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 5858.4400000000005 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 68075.20999999999 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 67806.54 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 69201.59 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 70618.84 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 70586.68 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 81863.5 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 78519.95000000001 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 70594.18999999999 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 93862.18999999999 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 69956.84000000001 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 87120.29000000001 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 80786.62999999999 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99936.71999999999 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 91323.57000000004 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 72021.43 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 68707.72 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 100401.22000000002 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 93013.81999999999 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 67055.47 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 79561.31999999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 69602.19000000002 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 45997.59 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 86208.08 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 76110.59 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 78316.99 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 82458.91 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80078.82 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94363.55000000002 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 94240.15 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 104762.40000000001 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 63335.46000000001 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 76872.39999999998 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 79432.28 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 61458.63000000001 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 70929.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83352.26 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 75642.31999999999 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 67034.35 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 87946.38999999998 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 69582.87999999999 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 92476.76000000004 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 82073.00999999998 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 103086.63000000003 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 90115.64 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 83341.82999999999 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 76652.25999999997 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81969.71000000002 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 89313.51000000001 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 112825.56 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 66873.59 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 81157.59000000001 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 106236.79999999999 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 93082.80000000002 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 76151.74999999999 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 73748.02999999998 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 93855.43 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 84167.12 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 78569.45999999999 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 84516.03000000003 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 89011.11 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 79424.38000000002 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 108647.88999999996 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 76117.68000000002 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 79010.62000000001 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 55493.170000000006 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 21768.16 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42367.46999999999 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 73253.96 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 101467.2 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 80290.04 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 74823.39999999998 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 114714.49000000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 84364.97 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 57382.77000000001 } ], "top_sellers_by_revenue": [ { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka", "total_sale_dollars": 16447240.140000246, "total_bottles": 2357035, "avg_price_per_100ml": 0.6139957314205856 }, { "vendor_name": "Sazerac North America", "item_description": "Skol Vodka", "total_sale_dollars": 5452572.669999981, "total_bottles": 708131, "avg_price_per_100ml": 0.6436095922833033 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka 80 Prf", "total_sale_dollars": 2769771.020000004, "total_bottles": 265844, "avg_price_per_100ml": 0.5947985051514463 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka", "total_sale_dollars": 1040630.8399999982, "total_bottles": 233498, "avg_price_per_100ml": 0.6512071866855466 }, { "vendor_name": "Sazerac North America", "item_description": "Caliber Vodka", "total_sale_dollars": 852521.0799999998, "total_bottles": 112346, "avg_price_per_100ml": 0.6299786395610062 } ], "most_expensive_products": [ { "vendor_name": "Sazerac North America", "item_description": "99 Vodka Mini", "total_sale_dollars": 270, "total_bottles": 30, "avg_price_per_100ml": 9.75 }, { "vendor_name": "Sazerac North America", "item_description": "99 Raspberry Mini", "total_sale_dollars": 630, "total_bottles": 70, "avg_price_per_100ml": 4.8 }, { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka Mini", "total_sale_dollars": 76134.24000000006, "total_bottles": 12931, "avg_price_per_100ml": 3.185 }, { "vendor_name": "Sazerac North America", "item_description": "Naked Jay Big Dill Vodka", "total_sale_dollars": 1121.28, "total_bottles": 96, "avg_price_per_100ml": 1.5569523809523809 }, { "vendor_name": "Sazerac North America", "item_description": "99 Vodka mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Baja Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Naked Jay Gooey Buns Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Cherry Vodka", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Blue Raspberry Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Tiki Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 } ] }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.109998494, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 36683.899999999994 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 55831.88000000002 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 60787.51999999998 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 64290.609999999986 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 65646.05999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60002.31999999999 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 59744.65 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 60401.96999999998 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 62480.090000000004 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 59792.95999999999 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 66268.67999999998 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 64404.97 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 63331.50999999999 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 68137.00999999998 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 65266.490000000005 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 70056.95 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 65973.44000000002 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 66370.55999999998 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 71073.40000000001 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 72019.89 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 95309.22 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 47923.42999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 73899.86999999998 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 73181.35999999997 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 74305.44999999998 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 88701.52 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 75042.97000000002 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 75429.74999999999 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 74002.41 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 72483.23999999998 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 75777.51 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 75453.68 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 72072.43 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 71003.83999999998 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 96828.56999999999 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 54007.29999999998 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 77111.76000000002 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 67762.21999999999 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 71848.84999999999 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 74129.89999999998 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 73510.70999999999 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 69130.85999999999 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 70610.76000000001 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 75650.49 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 78245.48999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 111123.21999999993 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 31939.539999999997 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 75084.97999999998 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 68627.91 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 76565.51999999999 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 102336.98000000003 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 74395.20999999999 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40536.55999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 60069.29 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 64706.34000000001 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 64921.06 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 66940.75999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 66445.58 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 66708.48 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 63139.85000000001 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 68524.2 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 69795.51 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 67942.62000000001 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 67117.95 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 65859.68000000001 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 65438.45 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 70454.62 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 68452.33 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 69430.74 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 74091.87999999998 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 71197.47 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 69346.13 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 87367.22999999997 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 66621.67 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 73066.09999999999 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106835.62999999996 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 27887.97 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 98668.13999999998 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 83845.99000000002 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 78409.81 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 77101.84 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 76442.68999999999 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 75073.08000000002 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 77365.70999999999 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 75040.27000000002 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 74094.65000000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 87642.13000000002 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 79036.85 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 69774.97 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 73798.32 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 69094.61999999998 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 78734.41000000002 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 63589.69000000002 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 69336.62999999999 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 66309.61 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 73382.13999999998 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 69160.06000000001 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 75846.12999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 115159.14999999997 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 33801.5 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 70735.41 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 63403.61000000001 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 105830.83999999998 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 58301.56 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24427.199999999993 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 67200.47 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 65736.00000000001 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 67658.4 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 77884.92999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 67947.79999999997 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 62911.9 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 63271.05 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 63105.19999999999 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 65362.270000000004 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 61407.490000000005 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 63103.30999999998 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 61872.130000000005 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62636.89 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 78818.34000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 62148.05000000002 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 63327.05 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 73699.64 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 60643.52000000001 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 66165.22 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 84441.19999999997 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 46267.8 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 77806.37 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 71340.93 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 74246.62999999999 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 94155.87 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 54012.23000000001 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 74587.51 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 81600.49999999997 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 73569.24 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 75070.27000000002 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 73237.31999999998 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 74613.3 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 73370.46 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 85758.23999999998 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 48781.779999999984 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 74416.65999999999 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 62118.280000000006 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65788.09999999999 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 70750.31999999999 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 66367.83999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 68973.23999999999 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 65847.79999999999 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 65285.6 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 73405.05999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 47243.01999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 114990.04 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 22219.480000000003 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 76851.51999999999 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 81011.13999999997 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 105299.75999999998 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64161.06000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 24484.680000000004 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 77322.11999999998 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 72743.33999999998 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 54050.99999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 65298.16000000001 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 66529.91999999998 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 65349.65999999998 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 61189.14000000001 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 67685.63999999998 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 63752.67999999999 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 62880.99999999999 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 68007.56 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 60679.84000000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 66013.3 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 68072.59999999998 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 66758.48000000001 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 63980.04000000001 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 68503.57999999999 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 72846.2 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 68104.38 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 90879.15999999996 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47459.99999999999 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 71657.2 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 74129.26 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 79293.28 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 84412.08000000002 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 51101.939999999995 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 74494.76 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 77828.35999999999 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 68068.97999999998 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 72367.08 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 69961.33999999998 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 70427.18 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 74589.71999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 63582.28 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 90510.54 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 48818.6 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 78422.55999999998 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 64541.220000000016 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 69170.35999999999 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 65020 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 71222.3 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 64272.600000000006 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 66604.79999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 68166.27999999997 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 62297.420000000006 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 108731.51999999999 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 20302.859999999997 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 89178.67999999998 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 76819.66 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 89102.52 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 60465.599999999984 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 44838.23999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 64081.540000000015 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 76600.83999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 42307.27999999999 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 71245.88 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 73727.38000000002 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 62115.71999999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 58135.36 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 69874.92 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 62843.34 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 61631.96 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 44492.64 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 63560.02 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64168.41999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 65611.17999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 65379.81999999999 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 65768.78 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 67975.71999999999 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 66063.29999999999 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 69552.51999999999 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73914.77999999998 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 89915.51999999997 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 48946.87999999999 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 77025.72 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 73870.34 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 76330.19999999998 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 92132.63999999998 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 50478 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 80956.20000000001 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 58032.119999999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 87453.15999999996 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 72561.39999999998 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 74687.09999999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73161.55999999997 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 69292.50000000001 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 71509.91999999998 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 49734.4 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 77881.05999999995 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 69073.4 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 62618.52 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 767.52 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 653.52 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1130.8 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 772.12 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1055.86 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 654.3599999999999 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1198.0599999999997 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 426.96000000000004 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 923.86 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 744.96 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 687.1800000000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 333.96 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 845.92 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 163.79999999999998 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 504.49999999999994 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 570.5999999999999 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 720.48 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 670.8000000000001 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 519.76 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 265.44 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 459.12 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 146.39999999999998 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 600.48 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 23802.38000000001 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 61136.45999999999 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 68479.48 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 63454.23999999999 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 73808.45999999999 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 66352.11999999998 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 66367.12 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 70109.47999999998 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 68814.7 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 73258.33999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 84866.92 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 43373.38000000001 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 87844.06000000001 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 74330.08 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 75850.87999999999 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 85330.84000000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 75057.26 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 77988.68000000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 82460.55999999997 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 64557.719999999994 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 73657.56 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 68543.87999999999 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 73684.8 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 76618.51999999997 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 89587.26 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 46892.039999999986 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80040.03999999998 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71205.75999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 64050.45999999999 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 68851.33999999998 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 67813.59999999999 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 66234.64 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 76837.56000000001 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 50090.64 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 69173.8 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 82323.69999999998 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 48132.01999999998 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 71255.93999999999 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 72845.98 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 71405.85999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 93010.09999999996 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 26660.16 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 402.55999999999995 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.68 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 287.52 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 978.28 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 325.02 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 857.1600000000001 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 664.92 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 429.18 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 734.16 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1011.0000000000001 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 504.79999999999995 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 778.3199999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 255.11999999999998 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392.34000000000003 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 142.1 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 399.84 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 479.76 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 837.8399999999999 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 290.91999999999996 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 818.8800000000001 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 830.88 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 278.94 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15024.800000000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 67461.01999999999 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 67385.47999999998 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 92784.91999999998 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 37359.70000000001 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 79309.81999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 70306.3 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 70069.85999999997 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 34445.27999999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 326.16 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 513.6800000000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 790.5600000000001 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 42824.05999999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 69030.26 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 63297.24 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 61025.34 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 65368.17999999999 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 61838.439999999995 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60779.23999999998 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 61243.96 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 57417.95999999999 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 25648.700000000004 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 489.36 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 335.03999999999996 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 251.04 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 462.29999999999995 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 387.6 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 264.71999999999997 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 275.76 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 199.2 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 483.32000000000005 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 326.15999999999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 589.92 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 421.92 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 237.60000000000002 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 64.8 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 8743.880000000003 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 63921.16000000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 55628.079999999994 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 56662.18 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 57405.979999999996 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 62962.92 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 62617.62 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 58968.41999999999 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 59955.759999999995 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 62314.54 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 61297.979999999996 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 68822.9 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 64054.39999999999 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 59390.22 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 62466.02 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67864.68 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 67325.74000000002 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 73944.68 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 60924.200000000004 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 61875.65999999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 63176.67999999999 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 64084.240000000005 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 43695.46000000001 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 56072.14000000001 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 51672.34 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 62253.759999999995 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 54752.060000000005 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 58250.26000000001 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 58741.13999999999 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 78102.09999999999 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 65688.57999999997 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 44189.64 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 69101.97999999997 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 62899.01999999999 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 51134.98 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 46960.14000000001 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 50887.000000000015 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 52514.66000000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 54702.71999999999 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 48474.96 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 49798.979999999996 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 51488.32 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 53958.639999999985 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 56176.98000000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 54286.240000000005 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 38914.46000000001 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 45642.299999999996 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 49551.8 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 47114.84 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 47563.99999999999 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 46220.6 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 55293.479999999996 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 50136.899999999994 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 51128.419999999984 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 40571.98000000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 42362.020000000004 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 45484.89999999999 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 44469.659999999996 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 43088.68000000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 44744.639999999985 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 39943.5 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 46674.899999999994 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 46956.320000000014 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 42869.319999999985 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 45500.53999999999 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 35963.83999999999 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 7307.9400000000005 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 20048.259999999995 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 40183.73999999999 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 43926.95999999999 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 34565.02 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 42673.3 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 42634.86000000001 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 43484.62 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 43724.54000000001 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 38833.58 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 35000.32000000001 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 41121.259999999995 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 36238.380000000005 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 36415.479999999996 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 39893.96 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 40405.76000000001 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 41372.77999999999 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 37864.56 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 37842.119999999995 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 41081.66 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 39846.27999999999 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 29478.86 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 28312.88 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 34393.6 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 29609.060000000005 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 34314.88 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 31981.44 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 37738.7 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 3442.0399999999995 } ], "top_sellers_by_revenue": [ { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.47999914, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897887 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.9600000433, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843724 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.830000021, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327726 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999986, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 } ], "most_expensive_products": [ { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999988, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.8300000215, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327725 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.960000043, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843725 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.47999914, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897887 } ] } ] } ]
WITH __stage0 AS ( SELECT group_set, CASE WHEN group_set=0 THEN count(distinct iowa.vendor_number) END as vendor_count__0, CASE WHEN group_set=0 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__0, CASE WHEN group_set=0 THEN SUM(iowa.bottles_sold) END as total_bottles__0, CASE WHEN group_set=1 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__1, CASE WHEN group_set=1 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__1, CASE WHEN group_set=2 THEN CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END END as category_class__2, CASE WHEN group_set=2 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__2, CASE WHEN group_set=2 THEN count(distinct iowa.item_number) END as item_count__2, CASE WHEN group_set=3 THEN iowa.vendor_name END as vendor_name__3, CASE WHEN group_set=3 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__3, CASE WHEN group_set=3 THEN SUM(iowa.bottles_sold) END as total_bottles__3, CASE WHEN group_set=4 THEN iowa.vendor_name END as vendor_name__4, CASE WHEN group_set=4 THEN iowa.item_description END as item_description__4, CASE WHEN group_set=4 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__4, CASE WHEN group_set=4 THEN SUM(iowa.bottles_sold) END as total_bottles__4, CASE WHEN group_set=4 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN iowa.vendor_name END as vendor_name__5, CASE WHEN group_set=5 THEN iowa.item_description END as item_description__5, CASE WHEN group_set=5 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__5, CASE WHEN group_set=5 THEN SUM(iowa.bottles_sold) END as total_bottles__5, CASE WHEN group_set=5 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN iowa.vendor_name END as vendor_name__6, CASE WHEN group_set=6 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__6, CASE WHEN group_set=7 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__7, CASE WHEN group_set=7 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__7, CASE WHEN group_set=8 THEN iowa.vendor_name END as vendor_name__8, CASE WHEN group_set=8 THEN iowa.item_description END as item_description__8, CASE WHEN group_set=8 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__8, CASE WHEN group_set=8 THEN SUM(iowa.bottles_sold) END as total_bottles__8, CASE WHEN group_set=8 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__8, CASE WHEN group_set=9 THEN iowa.vendor_name END as vendor_name__9, CASE WHEN group_set=9 THEN iowa.item_description END as item_description__9, CASE WHEN group_set=9 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__9, CASE WHEN group_set=9 THEN SUM(iowa.bottles_sold) END as total_bottles__9, CASE WHEN group_set=9 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__9 FROM `malloy-data.iowa_liquor_sales.sales_deduped` as iowa CROSS JOIN (SELECT row_number() OVER() -1 group_set FROM UNNEST(GENERATE_ARRAY(0,9,1))) WHERE (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND ((group_set NOT IN (1) OR (group_set IN (1) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (2) OR (group_set IN (2) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (3) OR (group_set IN (3) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (4) OR (group_set IN (4) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (5) OR (group_set IN (5) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (7) OR (group_set IN (7) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (8) OR (group_set IN (8) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (9) OR (group_set IN (9) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) GROUP BY 1,5,7,10,13,14,18,19,23,25,27,28,32,33 ) , __stage1 AS ( SELECT CASE WHEN group_set=7 THEN 6 WHEN group_set=8 THEN 6 WHEN group_set=9 THEN 6 ELSE group_set END as group_set, ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles__0, CASE WHEN group_set=1 THEN purchase_month__1 END as purchase_month__1, ANY_VALUE(CASE WHEN group_set=1 THEN total_sale_dollars__1 END) as total_sale_dollars__1, CASE WHEN group_set=2 THEN category_class__2 END as category_class__2, ANY_VALUE(CASE WHEN group_set=2 THEN total_sale_dollars__2 END) as total_sale_dollars__2, ANY_VALUE(CASE WHEN group_set=2 THEN item_count__2 END) as item_count__2, CASE WHEN group_set=3 THEN vendor_name__3 END as vendor_name__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_sale_dollars__3 END) as total_sale_dollars__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_bottles__3 END) as total_bottles__3, CASE WHEN group_set=4 THEN vendor_name__4 END as vendor_name__4, CASE WHEN group_set=4 THEN item_description__4 END as item_description__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_sale_dollars__4 END) as total_sale_dollars__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_bottles__4 END) as total_bottles__4, ANY_VALUE(CASE WHEN group_set=4 THEN avg_price_per_100ml__4 END) as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN vendor_name__5 END as vendor_name__5, CASE WHEN group_set=5 THEN item_description__5 END as item_description__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_sale_dollars__5 END) as total_sale_dollars__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_bottles__5 END) as total_bottles__5, ANY_VALUE(CASE WHEN group_set=5 THEN avg_price_per_100ml__5 END) as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN vendor_name__6 END as vendor_name__6, ANY_VALUE(CASE WHEN group_set=6 THEN total_sale_dollars__6 END) as total_sale_dollars__6, ARRAY_AGG(CASE WHEN group_set=7 THEN STRUCT( purchase_month__7 as purchase_month, total_sale_dollars__7 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__7 ASC ) as by_month__6, ARRAY_AGG(CASE WHEN group_set=8 THEN STRUCT( vendor_name__8 as vendor_name, item_description__8 as item_description, total_sale_dollars__8 as total_sale_dollars, total_bottles__8 as total_bottles, avg_price_per_100ml__8 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__8 desc LIMIT 5) as top_sellers_by_revenue__6, ARRAY_AGG(CASE WHEN group_set=9 THEN STRUCT( vendor_name__9 as vendor_name, item_description__9 as item_description, total_sale_dollars__9 as total_sale_dollars, total_bottles__9 as total_bottles, avg_price_per_100ml__9 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__9 desc LIMIT 10) as most_expensive_products__6 FROM __stage0 GROUP BY 1,5,7,10,13,14,18,19,23 ) SELECT ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles, ARRAY_AGG(CASE WHEN group_set=1 THEN STRUCT( purchase_month__1 as purchase_month, total_sale_dollars__1 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__1 ASC ) as by_month, ARRAY_AGG(CASE WHEN group_set=2 THEN STRUCT( category_class__2 as category_class, total_sale_dollars__2 as total_sale_dollars, item_count__2 as item_count ) END IGNORE NULLS ORDER BY total_sale_dollars__2 desc LIMIT 10) as by_class, ARRAY_AGG(CASE WHEN group_set=3 THEN STRUCT( vendor_name__3 as vendor_name, total_sale_dollars__3 as total_sale_dollars, total_bottles__3 as total_bottles ) END IGNORE NULLS ORDER BY total_sale_dollars__3 desc LIMIT 10) as by_vendor_bar_chart, ARRAY_AGG(CASE WHEN group_set=4 THEN STRUCT( vendor_name__4 as vendor_name, item_description__4 as item_description, total_sale_dollars__4 as total_sale_dollars, total_bottles__4 as total_bottles, avg_price_per_100ml__4 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__4 desc LIMIT 5) as top_sellers_by_revenue, ARRAY_AGG(CASE WHEN group_set=5 THEN STRUCT( vendor_name__5 as vendor_name, item_description__5 as item_description, total_sale_dollars__5 as total_sale_dollars, total_bottles__5 as total_bottles, avg_price_per_100ml__5 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__5 desc LIMIT 10) as most_expensive_products, ARRAY_AGG(CASE WHEN group_set=6 THEN STRUCT( vendor_name__6 as vendor_name, total_sale_dollars__6 as total_sale_dollars, by_month__6 as by_month, top_sellers_by_revenue__6 as top_sellers_by_revenue, most_expensive_products__6 as most_expensive_products ) END IGNORE NULLS ORDER BY total_sale_dollars__6 desc LIMIT 10) as by_vendor_dashboard FROM __stage1 ORDER BY 1 desc